Aashi commited on
Commit
1c57bfe
1 Parent(s): 1a440b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Find Produce details here:",
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__":