Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bczhou
/
clip-gpt2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bczhou
commited on
Aug 14, 2023
Commit
2dda842
·
1 Parent(s):
7bfd30f
set share to False
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ demo = gr.Interface(
59
description=description
60
)
61
62
-
demo.launch(
share=True
)
59
description=description
60
)
61
62
+
demo.launch()