Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suryabbrj
/
ContentModXv2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suryabbrj
commited on
Mar 13, 2023
Commit
11933be
·
1 Parent(s):
1e05b74
"disabled the share tag, as it is depricated in huggingfaces spaces"
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,4 +47,4 @@ interface = gr.Interface(
47
flagging_options=["correct", "just okay", "wrong"],
48
49
)
50
-
interface.launch(
share=True
)
47
flagging_options=["correct", "just okay", "wrong"],
48
49
)
50
+
interface.launch()