Spaces:
Sleeping
Sleeping
KAHRAMAN42
commited on
Commit
•
0e047ad
1
Parent(s):
1bc2e23
Update app.py
Browse files
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()
|