jiminHuang commited on
Commit
59ef3ef
·
verified ·
1 Parent(s): 64bcd28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -110,6 +110,7 @@ with gr.Blocks(fill_height=True) as demo:
110
  ],
111
  description="This is a demo of FinLLaVA-8B. For more details, see our paper: https://huggingface.co/papers/2408.11878",
112
  stop_btn="Stop Generation",
 
113
  multimodal=True,
114
  textbox=chat_input,
115
  chatbot=chatbot,
 
110
  ],
111
  description="This is a demo of FinLLaVA-8B. For more details, see our paper: https://huggingface.co/papers/2408.11878",
112
  stop_btn="Stop Generation",
113
+ submit_btn="Submit",
114
  multimodal=True,
115
  textbox=chat_input,
116
  chatbot=chatbot,