Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SoooSlooow/CreditCardsApp
gauravkoradiya
/
CreditCard_Eligibility_Prediction
like
0
Sleeping
App
Files
Files
Community
Gaurav Kordaiya
commited on
Dec 3, 2022
Commit
8228349
•
1 Parent(s):
9df1de7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -164,4 +164,4 @@ with gr.Blocks() as demo:
164
outputs=[label_1, label_2],
165
)
166
167
-
demo.launch()
164
outputs=[label_1, label_2],
165
)
166
167
+
demo.launch(
share=True
)