Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Segizu
/
travol_API
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Segizu
commited on
Mar 10
Commit
70bab07
·
1 Parent(s):
06cd4e8
Primer_commit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ iface = gr.Interface(
133
)
134
135
if __name__ == "__main__":
136
-
iface.launch()
133
)
134
135
if __name__ == "__main__":
136
+
iface.launch(
share=True
)