Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
justinj92
/
florence-2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
justinj92
commited on
Jan 14
Commit
b9256b1
·
verified
·
1 Parent(s):
8444eb1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -160,4 +160,4 @@ with gr.Blocks() as demo:
160
]
161
)
162
163
-
demo.launch(debug=
False
, show_error=True, max_threads=1)
160
]
161
)
162
163
+
demo.launch(debug=
True
, show_error=True, max_threads=1)