KAHRAMAN42 commited on
Commit
4669188
1 Parent(s): f5e6830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks(title = " what kind of cow ") as demo:
28
  with gr.Column():
29
  gr.Examples(inputs=image,examples=["1.jpg"],label="angus")
30
  with gr.Column():
31
- gr.Examples(inputs=image,examples=["2.jpg"],label="jersey")
32
  with gr.Column():
33
  gr.Examples(inputs=image,examples=["3.jpg"],label="simmental")
34
  with gr.Column():
 
28
  with gr.Column():
29
  gr.Examples(inputs=image,examples=["1.jpg"],label="angus")
30
  with gr.Column():
31
+ gr.Examples(inputs=image,examples=["2.jpg"],label="brown swiss")
32
  with gr.Column():
33
  gr.Examples(inputs=image,examples=["3.jpg"],label="simmental")
34
  with gr.Column():