Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jurk06
/
Income-prediction-XGB
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jurk06
commited on
Jan 28, 2024
Commit
674001f
·
verified
·
1 Parent(s):
9e3dc38
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -160,4 +160,4 @@ with gr.Blocks() as demo:
160
outputs=[plot],
161
)
162
163
-
demo.launch()
160
outputs=[plot],
161
)
162
163
+
demo.launch(
share=True
)