Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
society-ethics
/
DiffusionClustering
like
4
Runtime error
App
Files
Files
Community
sasha
HF staff
commited on
Nov 28, 2023
Commit
8213038
•
1 Parent(s):
16de4ba
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -394,4 +394,4 @@ with gr.Blocks(title=TITLE) as demo:
394
395
396
if __name__ == "__main__":
397
-
demo.queue().launch(
share=True
)
394
395
396
if __name__ == "__main__":
397
+
demo.queue().launch()