XCLiu commited on
Commit
e0bcee3
1 Parent(s): 0ef1334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -200,11 +200,11 @@ with gr.Blocks() as demo:
200
  examples=[
201
  [
202
  "explain this meme",
203
- "./images/doge.png",
204
  ],
205
  [
206
  "Convert the formula into latex code.",
207
- "./images/equation.png",
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],