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
1f2d6c9
•
1 Parent(s):
e07bbe1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,5 @@ demo = gr.Interface(
10
allow_flagging='auto'
11
)
12
13
-
demo.launch(share=True)
10
allow_flagging='auto'
11
)
12
13
+
#
demo.launch(share=True)
14
+
demo.launch()