Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def get_quote(image):
|
|
| 39 |
return preds
|
| 40 |
|
| 41 |
#1: Text to Speech
|
| 42 |
-
title = "
|
| 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__":
|