Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
beyoru
/
ThinkAgain
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
beyoru
commited on
May 11
Commit
6529630
·
verified
·
1 Parent(s):
c894586
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -93,4 +93,4 @@ with gr.Blocks() as demo:
93
load_model(MODEL_OPTIONS[0])
94
95
# Launch the app
96
-
demo.launch(debug=True)
93
load_model(MODEL_OPTIONS[0])
94
95
# Launch the app
96
+
demo.launch(debug=True
, show_api=False
)