Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -310,8 +310,8 @@ def create_gradio_interface():
|
|
| 310 |
|
| 311 |
gr.Examples(
|
| 312 |
examples=[
|
| 313 |
-
["examples/2.jpg", "Extract the content."],
|
| 314 |
["examples/1.jpg", "Transcribe this receipt."],
|
|
|
|
| 315 |
["examples/3.jpg", "OCR the image."],
|
| 316 |
],
|
| 317 |
inputs=[image_input_doc, prompt_input_doc]
|
|
|
|
| 310 |
|
| 311 |
gr.Examples(
|
| 312 |
examples=[
|
|
|
|
| 313 |
["examples/1.jpg", "Transcribe this receipt."],
|
| 314 |
+
["examples/2.jpg", "Extract the content."],
|
| 315 |
["examples/3.jpg", "OCR the image."],
|
| 316 |
],
|
| 317 |
inputs=[image_input_doc, prompt_input_doc]
|