jonas commited on
Commit
284a898
1 Parent(s): 4306722
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def show_preds_image(image_path):
40
 
41
 
42
  inputs_image = [
43
- gr.components.Image(type="filepath", label="Input Image"),
44
  ]
45
  outputs_image = [
46
  gr.components.Image(label="Output Image"),
 
40
 
41
 
42
  inputs_image = [
43
+ gr.components.Image(label="Input Image"),
44
  ]
45
  outputs_image = [
46
  gr.components.Image(label="Output Image"),