Spaces:
Sleeping
Sleeping
Commit
·
715e479
1
Parent(s):
3926786
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,13 @@ with gr.Blocks(title = " what kind of cow ") as demo:
|
|
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 |
|
35 |
demo.launch()
|
|
|
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():
|
35 |
+
gr.Examples(inputs=image,examples=["7.jpg"],label="jersey")
|
36 |
+
with gr.Column():
|
37 |
+
gr.Examples(inputs=image,examples=["5.jpg"],label="Angus")
|
38 |
+
with gr.Column():
|
39 |
+
gr.Examples(inputs=image,examples=["6.jpg"],label="brown swiss")
|
40 |
+
with gr.Column():
|
41 |
+
gr.Examples(inputs=image,examples=["4.jpg"],label="simmental")
|
42 |
|
43 |
demo.launch()
|