Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chouchouvs
/
distance_smiles
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chouchouvs
commited on
Jul 23
Commit
4da13f9
·
verified
·
1 Parent(s):
b285b59
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ iface = gr.Interface(
48
outputs="text"
49
)
50
51
-
iface.launch()
48
outputs="text"
49
)
50
51
+
iface.launch(
share=True
)