Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuvalkirstain
/
PickScore
like
23
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
yuvalkirstain
commited on
May 7, 2023
Commit
16e9c84
·
1 Parent(s):
3e2fb01
remove share for space
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ with gr.Blocks(title="PickScore v1") as demo:
90
predict
91
)
92
93
-
demo.launch(
share=True
)
90
predict
91
)
92
93
+
demo.launch()