kadirnar commited on
Commit
ea4157f
1 Parent(s): 171b3cf

update type

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,12 +19,12 @@ examples = [
19
 
20
 
21
  inputs = [
22
- gr.inputs.Image(type='file', label='Input Image'),
23
- gr.inputs.Image(type='file', label='Input Image'),
24
  ]
25
 
26
  outputs = [
27
- gr.outputs.Image(type='file', label='Output Image'),
28
 
29
  ]
30
 
 
19
 
20
 
21
  inputs = [
22
+ gr.inputs.Image(type='filepath', label='Input Image'),
23
+ gr.inputs.Image(type='filepath', label='Input Image'),
24
  ]
25
 
26
  outputs = [
27
+ gr.outputs.Image(type='filepath', label='Output Image'),
28
 
29
  ]
30