soiz commited on
Commit
1abc14d
Β·
verified Β·
1 Parent(s): 3080d23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,10 +20,10 @@ def generate_caption(image, question):
20
  interface = gr.Interface(
21
  fn=generate_caption, # γ‚­γƒ£γƒ—γ‚·γƒ§γƒ³η”Ÿζˆι–’ζ•°
22
  inputs=[
23
- gr.inputs.Image(type="filepath", label="Input Image"), # 画像ε…₯εŠ›
24
- gr.inputs.Textbox(label="Question") # θ³ͺ問ε…₯εŠ›
25
  ],
26
- outputs=gr.outputs.Textbox(label="Generated Caption") # γ‚­γƒ£γƒ—γ‚·γƒ§γƒ³ε‡ΊεŠ›
27
  )
28
 
29
  # むンターフェースを衷動
 
20
  interface = gr.Interface(
21
  fn=generate_caption, # γ‚­γƒ£γƒ—γ‚·γƒ§γƒ³η”Ÿζˆι–’ζ•°
22
  inputs=[
23
+ gr.Image(type="filepath", label="Input Image"), # 画像ε…₯εŠ›
24
+ gr.Textbox(label="Question") # θ³ͺ問ε…₯εŠ›
25
  ],
26
+ outputs=gr.Textbox(label="Generated Caption") # γ‚­γƒ£γƒ—γ‚·γƒ§γƒ³ε‡ΊεŠ›
27
  )
28
 
29
  # むンターフェースを衷動