Spaces:
Running
on
Zero
Running
on
Zero
nhatipoglu
commited on
Commit
•
ce4b6e7
1
Parent(s):
b251db3
added imgaes
Browse files- app.py +5 -3
- assets/2024_09_10_10_56_40.png +0 -0
- assets/2024_09_10_10_58_23.png +0 -0
- assets/2024_09_10_10_58_40.png +0 -0
- assets/2024_09_10_11_07_31.png +0 -0
- assets/comics.jpeg +0 -0
app.py
CHANGED
@@ -125,9 +125,11 @@ with gr.Blocks(css=css) as demo:
|
|
125 |
|
126 |
gr.Examples(
|
127 |
examples=[
|
128 |
-
["assets/
|
129 |
-
["assets/
|
130 |
-
["assets/
|
|
|
|
|
131 |
],
|
132 |
inputs=[input_img, text_input, system_prompt],
|
133 |
outputs=[model_output_text, parsed_boxes, annotated_image],
|
|
|
125 |
|
126 |
gr.Examples(
|
127 |
examples=[
|
128 |
+
["assets/2024_09_10_10_56_40.png", "Solve the question", default_system_prompt],
|
129 |
+
["assets/2024_09_10_10_58_23.png", "Solve the question", default_system_prompt],
|
130 |
+
["assets/2024_09_10_10_58_40.png", "Solve the question", default_system_prompt],
|
131 |
+
["assets/2024_09_10_11_07_31.png", "Solve the question", default_system_prompt],
|
132 |
+
["assets/comics.jpeg", "Describe the since", default_system_prompt],
|
133 |
],
|
134 |
inputs=[input_img, text_input, system_prompt],
|
135 |
outputs=[model_output_text, parsed_boxes, annotated_image],
|
assets/2024_09_10_10_56_40.png
ADDED
assets/2024_09_10_10_58_23.png
ADDED
assets/2024_09_10_10_58_40.png
ADDED
assets/2024_09_10_11_07_31.png
ADDED
assets/comics.jpeg
ADDED