Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ChatterjeeLab
/
SMILES2PEPTIDE
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yinuozhang
commited on
Dec 9, 2024
Commit
9634967
·
1 Parent(s):
6239bbc
bug fixing
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1305,4 +1305,4 @@ iface = gr.Interface(
1305
1306
# Launch the app
1307
if __name__ == "__main__":
1308
-
iface.launch()
1305
1306
# Launch the app
1307
if __name__ == "__main__":
1308
+
iface.launch(
share=True
)