Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -542,5 +542,9 @@ with gr.Blocks(title="Stable Diffusion Style Explorer",theme=gr.themes.Soft()) a
|
|
| 542 |
|
| 543 |
|
| 544 |
if __name__ == "__main__":
|
| 545 |
-
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 546 |
|
|
|
|
| 542 |
|
| 543 |
|
| 544 |
if __name__ == "__main__":
|
| 545 |
+
#demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
| 546 |
+
print("RUNNING THIS FILE:", __file__)
|
| 547 |
+
del /s /q __pycache__
|
| 548 |
+
python -c "import gradio; print(gradio.__version__)"
|
| 549 |
+
demo.launch()
|
| 550 |
|