Spaces:
Sleeping
Sleeping
Commit ·
3e0c91e
1
Parent(s): bccc19c
Add server binding for Docker: 0.0.0.0:7860
Browse files
app.py
CHANGED
|
@@ -97,4 +97,4 @@ This model is trained on StyleGAN faces only. It may not detect Stable Diffusion
|
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|
| 100 |
-
demo.launch()
|
|
|
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|
| 100 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|