Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vfontech
/
Multi-Input-Res-Diffusion-VFI
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
vfontech
commited on
Apr 18
Commit
42bdc86
·
verified
·
1 Parent(s):
d5e34b6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -79,4 +79,4 @@ demo = gr.Interface(
79
)
80
81
if __name__ == "__main__":
82
-
demo.launch()
79
)
80
81
if __name__ == "__main__":
82
+
demo.launch(
server_name="0.0.0.0", ssr_mode=False
)