mattmdjaga commited on
Commit
c97f39d
1 Parent(s): 04f11a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -72,3 +72,5 @@ with gr.Blocks() as demo:
72
  image_button = gr.Button("Segment Image")
73
 
74
  image_button.click(main_func, inputs=image_input, outputs=image_output)
 
 
 
72
  image_button = gr.Button("Segment Image")
73
 
74
  image_button.click(main_func, inputs=image_input, outputs=image_output)
75
+
76
+ demo.launch()