Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
bala1802
/
clip_demo
like
0
Sleeping
App
Files
Files
Community
bala1802
commited on
Dec 21, 2023
Commit
d9122d9
•
1 Parent(s):
b26e169
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ with gr.Blocks() as demo:
70
btn.click(inference, text, gallery)
71
72
if __name__ == "__main__":
73
-
demo.launch()
70
btn.click(inference, text, gallery)
71
72
if __name__ == "__main__":
73
+
demo.launch(
share=True
)