Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Xilixmeaty40
/
testing
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Xilixmeaty40
commited on
Mar 3, 2024
Commit
45e21ed
·
verified
·
1 Parent(s):
3d4cc49
Update v2.0
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -129,4 +129,4 @@ with gr.Blocks() as app:
129
stop_btn.click(lambda: None, [])
130
clear_btn.click(clear_fn, [])
131
132
-
app.launch()
129
stop_btn.click(lambda: None, [])
130
clear_btn.click(clear_fn, [])
131
132
+
app.launch(
share=True
)