Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chanlefe
/
Thesis_CLIP
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Chanlefe
commited on
Jun 7
Commit
3ddadce
·
verified
·
1 Parent(s):
c66d381
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,5 +26,5 @@ demo = gr.Interface(
26
)
27
28
if __name__ == "__main__":
29
-
demo.launch()
30
26
)
27
28
if __name__ == "__main__":
29
+
demo.launch(
share = True
)
30