prithivMLmods commited on
Commit
5364130
·
verified ·
1 Parent(s): fe444e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -407,8 +407,8 @@ demo = gr.ChatInterface(
407
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
408
  ],
409
  examples=[
410
- [{"text": "@gemma3-4b What's funny about this image ?", "files": ["examples/images.jpeg"]}],
411
  [{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
 
412
  [{"text": "@gemma3-4b Where do the major drought happen?", "files": ["examples/111.png"]}],
413
  [{"text": "@gemma3-4b Transcription of the letter", "files": ["examples/222.png"]}],
414
  ['@lightningv5 Chocolate dripping from a donut'],
 
407
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
408
  ],
409
  examples=[
 
410
  [{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
411
+ [{"text": "@gemma3-4b What's funny about this image ?", "files": ["examples/images.jpeg"]}],
412
  [{"text": "@gemma3-4b Where do the major drought happen?", "files": ["examples/111.png"]}],
413
  [{"text": "@gemma3-4b Transcription of the letter", "files": ["examples/222.png"]}],
414
  ['@lightningv5 Chocolate dripping from a donut'],