prithivMLmods commited on
Commit
789bea8
·
verified ·
1 Parent(s): af64710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -302,16 +302,7 @@ demo = gr.ChatInterface(
302
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
303
  ],
304
  examples=[
305
- [
306
- {
307
- "text": "Create a short story based on the images.",
308
- "files": [
309
- "examples/1111.jpg",
310
- "examples/2222.jpg",
311
- "examples/3333.jpg",
312
- ],
313
- }
314
- ],
315
  [{"text": "Explain the Image", "files": ["examples/3.jpg"]}],
316
  [{"text": "Explain the content of the Advertisement", "files": ["examples/videoplayback.mp4"]}],
317
  [{"text": "Which movie character is this?", "files": ["examples/9999.jpg"]}],
 
302
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
303
  ],
304
  examples=[
305
+ [{"text": "Create a short story based on the image.","files": ["examples/1111.jpg"]}],
 
 
 
 
 
 
 
 
 
306
  [{"text": "Explain the Image", "files": ["examples/3.jpg"]}],
307
  [{"text": "Explain the content of the Advertisement", "files": ["examples/videoplayback.mp4"]}],
308
  [{"text": "Which movie character is this?", "files": ["examples/9999.jpg"]}],