Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dev1559/quizbot
5m4ck3r
/
quizbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5m4ck3r
commited on
Mar 3
Commit
05afb34
·
verified
·
1 Parent(s):
b8c0154
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ demo = gr.ChatInterface(
71
72
73
if __name__ == "__main__":
74
-
demo.launch()
71
72
73
if __name__ == "__main__":
74
+
demo.launch(
show_api=False
)