vjdevane commited on
Commit
6a7f214
·
verified ·
1 Parent(s): 47be0ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",theme="compact",)
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()