Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GaboDataScientist
/
NBA_Prediction_Outcome
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GaboDataScientist
commited on
Dec 27, 2023
Commit
dde6fe2
·
1 Parent(s):
a4eca60
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ gui= gr.Interface(
31
title='Nombre de servicio web'
32
)
33
34
-
gui.launch(
inbrowser=True, share=True
)
31
title='Nombre de servicio web'
32
)
33
34
+
gui.launch()