kadirnar commited on
Commit
a21f5ed
·
1 Parent(s): c2fa2b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(['keras_model.h5'], label='Model Path')
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')