Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,10 +102,10 @@ footer {visibility: hidden !important;}
|
|
102 |
with gr.Blocks(css=css) as demo:
|
103 |
with gr.Row():
|
104 |
with gr.Column():
|
105 |
-
instructions = gr.Textbox(label="Дополнительный ввод")
|
106 |
image_input = gr.Image(label="Фото задания", type="pil")
|
107 |
submit_button = gr.Button("Решить")
|
108 |
-
low = gr.Checkbox(label="
|
109 |
with gr.Column():
|
110 |
output_markdown = gr.Markdown(label="AI Response")
|
111 |
|
|
|
102 |
with gr.Blocks(css=css) as demo:
|
103 |
with gr.Row():
|
104 |
with gr.Column():
|
105 |
+
instructions = gr.Textbox(label="Дополнительный ввод", lines=3)
|
106 |
image_input = gr.Image(label="Фото задания", type="pil")
|
107 |
submit_button = gr.Button("Решить")
|
108 |
+
low = gr.Checkbox(label="Low режим")
|
109 |
with gr.Column():
|
110 |
output_markdown = gr.Markdown(label="AI Response")
|
111 |
|