Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
renesistech
/
centurion-poc-unified
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
noumanjavaid
commited on
Nov 19, 2024
Commit
259b548
·
verified
·
1 Parent(s):
902fd3e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -209,6 +209,5 @@ if __name__ == "__main__":
209
demo.launch(
210
show_error=True,
211
show_api=False,
212
-
height=800,
213
-
enable_queues=False
214
)
209
demo.launch(
210
show_error=True,
211
show_api=False,
212
+
height=800,
213
)