zelk12 commited on
Commit
9560ae0
·
verified ·
1 Parent(s): d819a44

Update app.py

Browse files

Временно переключил полностью на текст, так как обработка остальных вариантов данных не добавлена.
Temporarily switched entirely to text, as no processing of the other data options has been added.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
173
  type="messages",
174
  ),
175
  type="messages",
176
- textbox=gr.MultimodalTextbox(
177
  label="input",
178
  ),
179
  editable=True,
 
173
  type="messages",
174
  ),
175
  type="messages",
176
+ textbox=gr.Textbox(
177
  label="input",
178
  ),
179
  editable=True,