sidharthg commited on
Commit
bb2119d
·
verified ·
1 Parent(s): c51a72d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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