app.py
Browse files
app.py
CHANGED
@@ -274,4 +274,4 @@ with gr.Blocks(theme="Taithrah/Minimal") as demo:
|
|
274 |
|
275 |
Process_button.click(fn=fill_shape_with_pixels, inputs=input_sketch, outputs=[filled_channel, quiver_plot, streamline_plot, u_image, v_image, p_image])
|
276 |
|
277 |
-
demo.launch(debug=True, inline = False)
|
|
|
274 |
|
275 |
Process_button.click(fn=fill_shape_with_pixels, inputs=input_sketch, outputs=[filled_channel, quiver_plot, streamline_plot, u_image, v_image, p_image])
|
276 |
|
277 |
+
demo.launch(debug=True, share = True, inline = False)
|