vusr commited on
Commit
75e8c05
·
verified ·
1 Parent(s): f670901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,4 +113,4 @@ gallery_color_images = gr.Gallery(label = 'Preprocessed Color Plant Images', sho
113
  gallery_output = gr.Gallery(label = 'Plant Analysis', show_label = True, height = 512, allow_preview = True, preview = True)
114
 
115
  iface = gr.Interface(fn = Image_Processing, inputs = file_input, outputs = [gallery_raw_inputs,gallery_color_images,gallery_output])
116
- iface.launch()
 
113
  gallery_output = gr.Gallery(label = 'Plant Analysis', show_label = True, height = 512, allow_preview = True, preview = True)
114
 
115
  iface = gr.Interface(fn = Image_Processing, inputs = file_input, outputs = [gallery_raw_inputs,gallery_color_images,gallery_output])
116
+ iface.launch(share=True)