JustinLin610 commited on
Commit
605a3b1
1 Parent(s): 7c6dff2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def image_text_zeroshot(image, text_list):
33
 
34
 
35
  inputs = [
36
- gr.inputs.Image(type='file',
37
  label="Input image"),
38
  gr.inputs.Textbox(lines=1,
39
  label="Candidate texts"),
 
33
 
34
 
35
  inputs = [
36
+ gr.inputs.Image(type='filepath',
37
  label="Input image"),
38
  gr.inputs.Textbox(lines=1,
39
  label="Candidate texts"),