Pittawat Taveekitworachai commited on
Commit
d746a50
·
1 Parent(s): c0b4343

chore: update placeholder text

Browse files
Files changed (1) hide show
  1. demo.py +3 -1
demo.py CHANGED
@@ -102,7 +102,9 @@ def bot_streaming(message, history, max_new_tokens=512):
102
  demo = gr.ChatInterface(
103
  fn=bot_streaming,
104
  title="Typhoon 2 Vision",
105
- textbox=gr.MultimodalTextbox(),
 
 
106
  additional_inputs=[
107
  gr.Slider(
108
  minimum=512,
 
102
  demo = gr.ChatInterface(
103
  fn=bot_streaming,
104
  title="Typhoon 2 Vision",
105
+ textbox=gr.MultimodalTextbox(
106
+ placeholder="Type a message or drag and drop an image",
107
+ ),
108
  additional_inputs=[
109
  gr.Slider(
110
  minimum=512,