krafiq commited on
Commit
6238866
1 Parent(s): 1e3ae54
Files changed (1) hide show
  1. app.py +1 -1
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, share = 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, inline = False)