Milano Hyacinthe commited on
Commit
960bd85
·
1 Parent(s): f2d9d96

Update main app to remove image

Browse files
Files changed (1) hide show
  1. demo/app_januspro.py +2 -2
demo/app_januspro.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
+ "",
194
  ],
195
  [
196
  "Convert the formula into latex code.",
197
+ "",
198
  ],
199
  ],
200
  inputs=[question_input, image_input],