Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alok94
/
alok-digit-identify
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alok94
commited on
Oct 3, 2023
Commit
3681b87
·
1 Parent(s):
37a4661
debug=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -205,7 +205,7 @@ with gr.Blocks(css=css) as demo:
205
206
207
208
-
demo.launch(
share
=True)
209
210
211
205
206
207
208
+
demo.launch(
debug
=True)
209
210
211