Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhinand2
/
paul_graham_essays_rag
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abhinand2
commited on
Feb 11
Commit
00f663f
·
verified
·
1 Parent(s):
7bcdfe5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ demo = gr.ChatInterface(
70
71
72
if __name__ == "__main__":
73
-
demo.launch(
debug=True
)
70
71
72
if __name__ == "__main__":
73
+
demo.launch()