Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mr-dee
/
single-no-more
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mr-dee
commited on
Mar 15, 2025
Commit
e076b7f
·
verified
·
1 Parent(s):
9220f1e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -176,4 +176,4 @@ def create_interface():
176
177
if __name__ == "__main__":
178
app = create_interface()
179
-
app.launch(
max_threads=1
)
176
177
if __name__ == "__main__":
178
app = create_interface()
179
+
app.launch()