Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
son9john/USMLE
son9john
/
YENA
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
son9john
commited on
Mar 26, 2023
Commit
ed6de9d
·
1 Parent(s):
a5b01a6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -171,4 +171,4 @@ iface = gr.Interface(
171
)
172
173
# Run the Gradio interface
174
-
iface.launch()
171
)
172
173
# Run the Gradio interface
174
+
iface.launch(
debug=True,enable_queue=True
)