Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
royquilca
/
recommender_system_pi
like
0
Sleeping
App
Files
Files
Community
royquilca
commited on
Feb 22, 2023
Commit
e07bbe1
•
1 Parent(s):
a1588df
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ demo = gr.Interface(
10
allow_flagging='auto'
11
)
12
13
-
demo.launch()
10
allow_flagging='auto'
11
)
12
13
+
demo.launch(
share=True
)