Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jwalanthi
/
semantic-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jwalanthi
commited on
Sep 26, 2024
Commit
5eb0088
·
1 Parent(s):
2ffd102
link public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ demo = gr.Interface(
53
demo.launch()
54
55
if __name__ == "__main__":
56
-
demo.launch()
53
demo.launch()
54
55
if __name__ == "__main__":
56
+
demo.launch(
share=True
)