Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,5 @@ iface = gr.Interface(
|
|
42 |
description="Upload an image, select a model type, and receive the segmented and classified parts."
|
43 |
)
|
44 |
|
|
|
45 |
iface.launch()
|
|
|
42 |
description="Upload an image, select a model type, and receive the segmented and classified parts."
|
43 |
)
|
44 |
|
45 |
+
|
46 |
iface.launch()
|