Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maize-genetics
/
PlantCaduceus_l20
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JingjingZhai
commited on
Jul 25, 2024
Commit
2c9a759
·
verified
·
1 Parent(s):
037b53a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ iface = gr.Interface(
21
)
22
23
# Launch the interface
24
-
iface.launch()
21
)
22
23
# Launch the interface
24
+
iface.launch(
share=True
)