prithivMLmods commited on
Commit
1d123dd
·
verified ·
1 Parent(s): 871cc8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(css=css) as demo:
244
  value="Latex OCR"
245
  )
246
  input_media = gr.File(
247
- label="Upload Image", type="filepath"
248
  )
249
  text_input = gr.Textbox(label="Question", placeholder="Ask a question about the image...")
250
  submit_btn = gr.Button(value="Submit", elem_classes="submit-btn")
 
244
  value="Latex OCR"
245
  )
246
  input_media = gr.File(
247
+ label="Upload Image📸", type="filepath"
248
  )
249
  text_input = gr.Textbox(label="Question", placeholder="Ask a question about the image...")
250
  submit_btn = gr.Button(value="Submit", elem_classes="submit-btn")