Spaces:
Sleeping
Sleeping
Commit
·
a90b0c9
1
Parent(s):
c31dcff
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def predict_image(image):
|
|
26 |
demo = gr.Blocks()
|
27 |
# Створення інтерфейсу Gradio
|
28 |
with demo:
|
29 |
-
gr.Markdown("
|
30 |
with gr.Tab("Predict image"):
|
31 |
image_input = gr.Image(label="Upload image")
|
32 |
output = gr.Label(label="Animal predicted by neural network")
|
|
|
26 |
demo = gr.Blocks()
|
27 |
# Створення інтерфейсу Gradio
|
28 |
with demo:
|
29 |
+
gr.Markdown("What animal is in the picture")
|
30 |
with gr.Tab("Predict image"):
|
31 |
image_input = gr.Image(label="Upload image")
|
32 |
output = gr.Label(label="Animal predicted by neural network")
|