Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,11 +190,11 @@ with gr.Blocks() as demo:
|
|
| 190 |
examples=[
|
| 191 |
[
|
| 192 |
"explain this meme",
|
| 193 |
-
"
|
| 194 |
],
|
| 195 |
[
|
| 196 |
"Convert the formula into latex code.",
|
| 197 |
-
"
|
| 198 |
],
|
| 199 |
],
|
| 200 |
inputs=[question_input, image_input],
|
|
|
|
| 190 |
examples=[
|
| 191 |
[
|
| 192 |
"explain this meme",
|
| 193 |
+
"doge.png",
|
| 194 |
],
|
| 195 |
[
|
| 196 |
"Convert the formula into latex code.",
|
| 197 |
+
"equation.png",
|
| 198 |
],
|
| 199 |
],
|
| 200 |
inputs=[question_input, image_input],
|