oleksiikondus commited on
Commit
a90b0c9
·
1 Parent(s): c31dcff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def predict_image(image):
26
  demo = gr.Blocks()
27
  # Створення інтерфейсу Gradio
28
  with demo:
29
- gr.Markdown("Predicte image (dog or cat)")
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")