vjdevane commited on
Commit
47be0ea
·
verified ·
1 Parent(s): 77987e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug=True)
 
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()