AP123 commited on
Commit
3deddce
·
verified ·
1 Parent(s): a763ff6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,11 +190,11 @@ with gr.Blocks() as demo:
190
  examples=[
191
  [
192
  "explain this meme",
193
- "images/doge.png",
194
  ],
195
  [
196
  "Convert the formula into latex code.",
197
- "images/equation.png",
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],