Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bluebalam
/
paper-rec
like
10
Sleeping
App
Files
Files
Community
2
bluebalam
commited on
Oct 26, 2022
Commit
b4a2d50
β’
1 Parent(s):
e09d4a1
remove share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ iface = gr.Interface(fn=recommend,
73
description=description,
74
examples=examples
75
)
76
-
iface.launch(
share=True
)
73
description=description,
74
examples=examples
75
)
76
+
iface.launch()