KAHRAMAN42 commited on
Commit
5aa2fad
1 Parent(s): eafddf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -32,8 +32,5 @@ with gr.Blocks(title = "ineğin türü nedir? ") as demo:
32
  gr.Examples(inputs=image,examples=["2.jpg"],label="jersey")
33
  with gr.Column():
34
  gr.Examples(inputs=image,examples=["3.jpg"],label="simmental")
35
-
36
- with gr.Column():
37
- gr.Examples(inputs=image,examples=["4.jfif"],label="simmental")
38
 
39
  demo.launch()
 
32
  gr.Examples(inputs=image,examples=["2.jpg"],label="jersey")
33
  with gr.Column():
34
  gr.Examples(inputs=image,examples=["3.jpg"],label="simmental")
 
 
 
35
 
36
  demo.launch()