Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ming512
/
sentence-transformers-all-MiniLM-L6-v2
like
0
Sleeping
App
Files
Files
Community
ming512
commited on
Jan 13
Commit
232a32a
•
1 Parent(s):
553170d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -17,3 +17,5 @@ def start():
17
# demo.queue()
18
# demo.launch(share=True)
19
17
# demo.queue()
18
# demo.launch(share=True)
19
20
+
21
+
start()