Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pleonard
/
clipsearch-vrc-stanford
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pleonard
commited on
Oct 9, 2024
Commit
a1944dc
·
verified
·
1 Parent(s):
6017551
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -82,6 +82,4 @@ with gr.Blocks(css = css) as demo:
82
83
84
if __name__ == "__main__":
85
-
demo.launch(
share=False, server_name='0.0.0.0'
)
86
-
demo.close()
87
-
# demo.launch()
82
83
84
if __name__ == "__main__":
85
+
demo.launch()