Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -200,11 +200,11 @@ with gr.Blocks() as demo:
|
|
200 |
examples=[
|
201 |
[
|
202 |
"explain this meme",
|
203 |
-
"./
|
204 |
],
|
205 |
[
|
206 |
"Convert the formula into latex code.",
|
207 |
-
"./
|
208 |
],
|
209 |
],
|
210 |
inputs=[question_input, image_input],
|
|
|
200 |
examples=[
|
201 |
[
|
202 |
"explain this meme",
|
203 |
+
"./doge.png",
|
204 |
],
|
205 |
[
|
206 |
"Convert the formula into latex code.",
|
207 |
+
"./equation.png",
|
208 |
],
|
209 |
],
|
210 |
inputs=[question_input, image_input],
|