Update app.py
Browse files
app.py
CHANGED
@@ -99,5 +99,4 @@ interface = gr.Interface(
|
|
99 |
description="Upload an image to perform semantic segmentation using Deeplabv3 ResNet101."
|
100 |
)
|
101 |
|
102 |
-
|
103 |
-
interface.launch()
|
|
|
99 |
description="Upload an image to perform semantic segmentation using Deeplabv3 ResNet101."
|
100 |
)
|
101 |
|
102 |
+
interface.launch()
|
|