Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
XAI
/
Cleaning-ImageNet-Hard
like
1
Paused
App
Files
Files
Community
taesiri
commited on
Apr 29, 2023
Commit
3eb3dd3
•
1 Parent(s):
6882b53
disable debug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -450,4 +450,4 @@ with gr.Blocks(css=newcss, theme=gr.themes.Soft()) as demo:
450
)
451
452
453
-
demo.launch(debug=
True
)
450
)
451
452
453
+
demo.launch(debug=
False
)