Spaces:
Running
on
Zero
Running
on
Zero
Pittawat Taveekitworachai
commited on
Commit
·
7a071a4
1
Parent(s):
631e701
chore: update configs
Browse files
demo.py
CHANGED
@@ -122,6 +122,8 @@ demo = gr.ChatInterface(
|
|
122 |
title="Typhoon 2 Vision",
|
123 |
textbox=gr.MultimodalTextbox(
|
124 |
placeholder="Type a message or drag and drop an image",
|
|
|
|
|
125 |
),
|
126 |
additional_inputs=[
|
127 |
gr.Slider(
|
|
|
122 |
title="Typhoon 2 Vision",
|
123 |
textbox=gr.MultimodalTextbox(
|
124 |
placeholder="Type a message or drag and drop an image",
|
125 |
+
file_types=["image"],
|
126 |
+
file_count="multiple"
|
127 |
),
|
128 |
additional_inputs=[
|
129 |
gr.Slider(
|