Update app.py
Browse files
app.py
CHANGED
@@ -68,5 +68,5 @@ def predict_image_text(input_img):
|
|
68 |
|
69 |
import gradio as gr
|
70 |
|
71 |
-
demo = gr.Interface(predict_image_text, gr.Image(), "text",title="Image to Text Conversion",description="Upload an image and get the extracted text."
|
72 |
demo.launch()
|
|
|
68 |
|
69 |
import gradio as gr
|
70 |
|
71 |
+
demo = gr.Interface(predict_image_text, gr.Image(), "text",title="Image to Text Conversion",description="Upload an image and get the extracted text.")
|
72 |
demo.launch()
|