Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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"
|