Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
oucgc1996
/
Antimicrobial-peptide-generation
like
4
Runtime error
App
Files
Files
Community
oucgc1996
commited on
Feb 16, 2023
Commit
47f5171
•
1 Parent(s):
b0a1d95
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,4 @@ def AMP(file):
56
iface = gr.Interface(fn=AMP,
57
inputs="text",
58
outputs= ["text", "text"])
59
-
iface.launch(
share=True
)
56
iface = gr.Interface(fn=AMP,
57
inputs="text",
58
outputs= ["text", "text"])
59
+
iface.launch()