Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
migueldeguzmandev
/
leilan_v1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
migueldeguzmandev
commited on
Dec 15, 2024
Commit
4b83cd5
·
verified
·
1 Parent(s):
c996977
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ interface = gr.Interface(
59
)
60
61
# Launch the interface without the share option
62
-
interface.launch()
59
)
60
61
# Launch the interface without the share option
62
+
interface.launch(
ssr=False
)