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
15 days ago
Commit
5db893f
·
verified
·
1 Parent(s):
0095ae9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -1065,5 +1065,4 @@ iface = gr.Interface(
1065
flagging_mode="never"
1066
)
1067
1068
-
if __name__ == "__main__":
1069
-
iface.launch(share=True)
1065
flagging_mode="never"
1066
)
1067
1068
+
iface.launch()