Spaces:
Running
Running
Update app.py
Browse files
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)
|