Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
XAI
/
CHM-Corr
like
4
Sleeping
App
Files
Files
Community
taesiri
commited on
Jul 29
Commit
f25ab04
•
1 Parent(s):
9edaa4a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -196,7 +196,4 @@ with blocks:
196
197
198
if __name__ == "__main__":
199
-
blocks.launch(
200
-
debug=True,
201
-
enable_queue=True,
202
-
)
196
197
198
if __name__ == "__main__":
199
+
blocks.launch(
)