Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
keras-io
/
collaborative-filtering-movielens
like
5
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
mindwrapped
commited on
Jun 2, 2022
Commit
1ff58d7
·
1 Parent(s):
5ce4e35
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -158,4 +158,4 @@ with demo:
158
outputs=[df1, df2])
159
160
161
-
demo.launch(
debug=True
)
158
outputs=[df1, df2])
159
160
161
+
demo.launch()