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
01e34ce
·
verified
·
1 Parent(s):
be6124d
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()
93
load_model(MODEL_OPTIONS[0])
94
95
# Launch the app
96
+
demo.launch(
debug=True
)