Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jonathanli
/
youtube-sponsor-detection
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jonathanli
commited on
Jan 28, 2023
Commit
7d14eed
·
1 Parent(s):
8109623
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -143,4 +143,4 @@ with gr.Blocks() as demo:
143
p.click(fn=predict, inputs=text, outputs=highlight)
144
145
146
-
demo.launch(
share=True
)
143
p.click(fn=predict, inputs=text, outputs=highlight)
144
145
146
+
demo.launch()