oscmansan commited on
Commit
f4927ef
·
1 Parent(s): ad4139d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def predict(image: Image.Image, question: str) -> str:
30
 
31
 
32
  image = gr.components.Image(type='pil', label="Image")
33
- question = gr.components.Textbox(info="Ask a visual question or leave empty for captioning.", placeholder-"What is this?", label="Question")
34
  answer = gr.components.Textbox(label="Answer")
35
 
36
  interface = gr.Interface(
 
30
 
31
 
32
  image = gr.components.Image(type='pil', label="Image")
33
+ question = gr.components.Textbox(info="Ask a visual question or leave empty for captioning.", placeholder="What is this?", label="Question")
34
  answer = gr.components.Textbox(label="Answer")
35
 
36
  interface = gr.Interface(