Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ def predict_image_text(input_img):
|
|
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.",theme="compact",)
|
72 |
-
demo.launch(
|
|
|
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.",theme="compact",)
|
72 |
+
demo.launch()
|