Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ interface = gr.Interface(fn=generate_prescription,
|
|
19 |
inputs=gr.Image(label="Upload image", sources=['upload', 'webcam'], type="pil"),
|
20 |
outputs=gr.Textbox(label="Produce Details"),
|
21 |
title="FarmScan",
|
22 |
-
description="
|
23 |
allow_flagging="never")
|
24 |
|
25 |
if __name__ == "__main__":
|
|
|
19 |
inputs=gr.Image(label="Upload image", sources=['upload', 'webcam'], type="pil"),
|
20 |
outputs=gr.Textbox(label="Produce Details"),
|
21 |
title="FarmScan",
|
22 |
+
description="Add/Upload an image of your produce (vegetable or fruits) and learn about its shelf life, ripening period, market time, best time to harvest and best market to sell.",
|
23 |
allow_flagging="never")
|
24 |
|
25 |
if __name__ == "__main__":
|