xxx1 commited on
Commit
2b7fb3b
1 Parent(s): 9ac0ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks(
39
  with gr.Row():
40
 
41
  with gr.Column(scale=1):
42
- caption_output = None
43
  chat_input = gr.Textbox(lines=1, label="VQA Input")
44
  chat_input.submit(
45
  inference_chat,
 
39
  with gr.Row():
40
 
41
  with gr.Column(scale=1):
42
+ caption_output = gr.Textbox(lines=0, label="")
43
  chat_input = gr.Textbox(lines=1, label="VQA Input")
44
  chat_input.submit(
45
  inference_chat,