Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def keras_inference(img_data, model_path):
|
|
17 |
|
18 |
inputs = [
|
19 |
gr.Image(type='filepath', label='Image'),
|
20 |
-
gr.Dropdown(['
|
21 |
]
|
22 |
|
23 |
outputs = gr.Image(label='Segmentation')
|
|
|
17 |
|
18 |
inputs = [
|
19 |
gr.Image(type='filepath', label='Image'),
|
20 |
+
gr.Dropdown(['kadirnar/Keras-Segmenting-Buildings-v1'], value="kadirnar/Keras-Segmenting-Buildings-v1", label='Model Path')
|
21 |
]
|
22 |
|
23 |
outputs = gr.Image(label='Segmentation')
|