Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -269,8 +269,11 @@ with gr.Blocks(css=css) as demo:
|
|
269 |
|
270 |
gr.Examples(
|
271 |
examples=[
|
272 |
-
["
|
273 |
-
["
|
|
|
|
|
|
|
274 |
],
|
275 |
inputs=[input_img, task_prompt],
|
276 |
outputs=[output_text, output_img],
|
|
|
269 |
|
270 |
gr.Examples(
|
271 |
examples=[
|
272 |
+
["hw_pic_1.jpg", 'OCR'],
|
273 |
+
["hw_pic_2.jpg", 'OCR'],
|
274 |
+
["hw_pic_3.jpg", 'OCR'],
|
275 |
+
["hw_pic_4.jpg", 'OCR'],
|
276 |
+
["hw_pic_5.jpg", 'OCR']
|
277 |
],
|
278 |
inputs=[input_img, task_prompt],
|
279 |
outputs=[output_text, output_img],
|