Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pavankm96
/
bt_fatapi
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pavankm96
commited on
Nov 8, 2024
Commit
a013495
·
verified
·
1 Parent(s):
03ea931
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ iface = gr.Interface(
44
)
45
46
# Launch the app
47
-
iface.launch()
44
)
45
46
# Launch the app
47
+
iface.launch(
share=True
)