luxmorocco commited on
Commit
c2e920c
·
verified ·
1 Parent(s): 57b35cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -32,11 +32,7 @@ iface = gr.Interface(
32
  outputs=gr.Image(type="pil", label="Result"),
33
  title="My Yield | 🌱",
34
  description="Estimate the amount of plants per year",
35
- examples=[
36
- [ASSETS / "/home/jad-tounsi/Desktop/YAZ+/YAZ+ GPT/pages/asssets/test.jpg", 0.25, 0.45],
37
- [ASSETS / "/home/jad-tounsi/Desktop/YAZ+/YAZ+ GPT/pages/asssets/test2.jpg", 0.25, 0.45],
38
- [ASSETS / "/home/jad-tounsi/Desktop/YAZ+/YAZ+ GPT/pages/asssets/test3.jpg", 0.25, 0.45]
39
- ]
40
  )
41
 
42
  if __name__ == '__main__':
 
32
  outputs=gr.Image(type="pil", label="Result"),
33
  title="My Yield | 🌱",
34
  description="Estimate the amount of plants per year",
35
+
 
 
 
 
36
  )
37
 
38
  if __name__ == '__main__':