KAHRAMAN42 commited on
Commit
405847d
1 Parent(s): 0e047ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def fonk(img_path):
19
  demo = gr.Interface(fonk,
20
  inputs= gr.Image(type="filepath", label= "Input image"),
21
  outputs=gr.Image(label= "Output image"),
22
- examples= [["images.jpeg"],["Screenshot from 2024-02-12 23-14-36.png"],]
23
  title= "Detection Cattle from Image"
24
  )
25
  demo.launch()
 
19
  demo = gr.Interface(fonk,
20
  inputs= gr.Image(type="filepath", label= "Input image"),
21
  outputs=gr.Image(label= "Output image"),
22
+ examples= [["images.jpeg"],["Screenshot from 2024-02-12 23-14-36.png"]],
23
  title= "Detection Cattle from Image"
24
  )
25
  demo.launch()