Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
menhguin
/
Sampler-Arena
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rwitz
commited on
Jan 4, 2024
Commit
6c9a789
·
1 Parent(s):
e9bb75c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -206,4 +206,4 @@ with gr.Blocks() as demo:
206
207
# Launch the Gradio interface
208
if __name__ == "__main__":
209
-
demo.launch()
206
207
# Launch the Gradio interface
208
if __name__ == "__main__":
209
+
demo.launch(
share=False
)