Rooni commited on
Commit
771e484
·
1 Parent(s): 00ccf46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
36
  fn=generate_minecraft_command,
37
  inputs=[
38
  gr.Textbox(label="Запрос"),
39
- gr.File(label="Загрузить изображение", type="file")
40
  ],
41
  outputs=gr.Textbox(label="Ответ"),
42
  title="GPT"
 
36
  fn=generate_minecraft_command,
37
  inputs=[
38
  gr.Textbox(label="Запрос"),
39
+ gr.File(label="Загрузить изображение", type="binary")
40
  ],
41
  outputs=gr.Textbox(label="Ответ"),
42
  title="GPT"