Hugging Face
Models
Datasets
Spaces
Community
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
12 days ago
Commit
e52dbe4
·
1 Parent(s):
2b5f1d4
bug fixing
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1065,4 +1065,5 @@ iface = gr.Interface(
1065
flagging_mode="never"
1066
)
1067
1068
-
iface.launch()
1065
flagging_mode="never"
1066
)
1067
1068
+
if __name__ == "__main__":
1069
+
iface.launch(share=True)