Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeepFieldML
/
DF_E3_Football_Formation_Predictor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gordon-H
commited on
Mar 3
Commit
2c4555b
·
verified
·
1 Parent(s):
f55c607
update public link
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -81,4 +81,4 @@ iface = gr.Interface(
81
)
82
83
# Launch the Gradio interface
84
-
iface.launch()
81
)
82
83
# Launch the Gradio interface
84
+
iface.launch(
share=True
)