Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mehmetkeskinoglu
/
paraphrase-mpnet-base-v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mehmetkeskinoglu
commited on
May 14
Commit
825ebf4
·
verified
·
1 Parent(s):
9675516
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,4 +14,4 @@ iface = gr.Interface(
14
api_name="predict"
15
)
16
17
-
iface.launch()
14
api_name="predict"
15
)
16
17
+
iface.launch(
share=True
)