Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samithcs
/
RAG_Book_QA_System
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RAG_Book_QA_System
/
app.py
samithcs
added gradio and app file
6af3122
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
78 Bytes
from
gradio_app
import
iface
if
__name__ ==
"__main__"
:
iface.launch()