Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|