Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def gradio_interface(image, weight):
|
|
79 |
return image, receipt
|
80 |
|
81 |
image_input = gr.Image(label="Изображение с веб-камеры")
|
82 |
-
weight_input = gr.Number(label="Вес (кг)"
|
83 |
image_output = gr.Image(label="Распознанный фрукт")
|
84 |
receipt_output = gr.Image(label="Чек")
|
85 |
|
|
|
79 |
return image, receipt
|
80 |
|
81 |
image_input = gr.Image(label="Изображение с веб-камеры")
|
82 |
+
weight_input = gr.Number(label="Вес (кг)")
|
83 |
image_output = gr.Image(label="Распознанный фрукт")
|
84 |
receipt_output = gr.Image(label="Чек")
|
85 |
|