ipvikas commited on
Commit
e7802c5
1 Parent(s): 44766f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def get_quote(image):
39
  return preds
40
 
41
  #1: Text to Speech
42
- title = "Get a sentence with items, present in the image"
43
 
44
  demo = gr.Interface(fn=get_quote, inputs=gr.inputs.Image(type="pil"), outputs=['text'],title = title, description = "Upload an image file and get text from it" ,cache_examples=False, enable_queue=True).launch()
45
  if __name__ == "__main__":
 
39
  return preds
40
 
41
  #1: Text to Speech
42
+ title = "Sentence, listing all the items present in the image file"
43
 
44
  demo = gr.Interface(fn=get_quote, inputs=gr.inputs.Image(type="pil"), outputs=['text'],title = title, description = "Upload an image file and get text from it" ,cache_examples=False, enable_queue=True).launch()
45
  if __name__ == "__main__":