Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dev1559/quizbot
5m4ck3r
/
quizbot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5m4ck3r
commited on
19 days ago
Commit
6fe3756
·
verified
·
1 Parent(s):
93f7926
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,4 +76,4 @@ demo = gr.ChatInterface(
76
77
78
if __name__ == "__main__":
79
-
demo.launch(show_api=
False
)
76
77
78
if __name__ == "__main__":
79
+
demo.launch(show_api=
True
)