Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
XAI
/
CHM-Corr
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
taesiri
commited on
Jul 29, 2024
Commit
f25ab04
·
verified
·
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(
)