Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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__':
|