Spaces:
Sleeping
Sleeping
Commit
·
8186d04
1
Parent(s):
37ba05c
Add share=False to prevent shareable link check
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(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|
| 100 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=False)
|