Update app.py
Browse files
app.py
CHANGED
|
@@ -135,4 +135,4 @@ with gr.Blocks() as demo:
|
|
| 135 |
run_button.click(fn=infer, inputs=[image_input, text_input, text_type], outputs=fg_output)
|
| 136 |
|
| 137 |
# demo.launch(server_name="0.0.0.0", server_port=7861, share=True)
|
| 138 |
-
demo.launch(
|
|
|
|
| 135 |
run_button.click(fn=infer, inputs=[image_input, text_input, text_type], outputs=fg_output)
|
| 136 |
|
| 137 |
# demo.launch(server_name="0.0.0.0", server_port=7861, share=True)
|
| 138 |
+
demo.launch(share=True)
|