intuitive262 commited on
Commit
1fb71cb
·
1 Parent(s): 96376c2

Updated code files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as main_app:
59
  with gr.Column():
60
  img_input = gr.Image(type="pil", label="Upload an Image")
61
  query_input = gr.Textbox(label="Enter query for retrieval", placeholder="Query/Prompt")
62
- gr.Markdwon("""
63
  ### Please use this prompt for text extraction
64
  **What text can you identify in this image? Include everything, even if it's partially obscured or in the background.**
65
  """)
 
59
  with gr.Column():
60
  img_input = gr.Image(type="pil", label="Upload an Image")
61
  query_input = gr.Textbox(label="Enter query for retrieval", placeholder="Query/Prompt")
62
+ gr.Markdown("""
63
  ### Please use this prompt for text extraction
64
  **What text can you identify in this image? Include everything, even if it's partially obscured or in the background.**
65
  """)