Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ChatterjeeLab
/
SMILES2PEPTIDE
like
3
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
)