Spaces:
Runtime error
Runtime error
Поставьте 100 баллов 🥺
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def process_sketch(img):
|
|
| 24 |
iface = gr.Interface(
|
| 25 |
fn=greet,
|
| 26 |
inputs="sketchpad",
|
| 27 |
-
outputs=[gr.outputs.Textbox(label="
|
| 28 |
layout="vertical",
|
| 29 |
title="Распознавание рисунка"
|
| 30 |
)
|
|
|
|
| 24 |
iface = gr.Interface(
|
| 25 |
fn=greet,
|
| 26 |
inputs="sketchpad",
|
| 27 |
+
outputs=[gr.outputs.Textbox(label="Остаток от деления предсказанного значения"), gr.outputs.Textbox(label="Предсказанное значение")],
|
| 28 |
layout="vertical",
|
| 29 |
title="Распознавание рисунка"
|
| 30 |
)
|