Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
wicaksonolxn
/
ChurnRatePredict
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wicaksonolxn
commited on
Oct 27, 2024
Commit
6fe1035
·
verified
·
1 Parent(s):
273122e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -130,4 +130,4 @@ app = gr.Interface(
130
)
131
132
# Launch the app
133
-
app.launch()
130
)
131
132
# Launch the app
133
+
app.launch(
share=True
)