MrPio commited on
Commit
cdc3dcf
·
verified ·
1 Parent(s): 8c9e7fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ with gr.Blocks() as demo:
70
  btn.click(fn=infer, inputs=[txt, cond, steps, seed, inv], outputs=out)
71
 
72
  # enable the standard gradio REST API (/run/predict)
73
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
70
  btn.click(fn=infer, inputs=[txt, cond, steps, seed, inv], outputs=out)
71
 
72
  # enable the standard gradio REST API (/run/predict)
73
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)