prithivMLmods commited on
Commit
c0c8385
·
verified ·
1 Parent(s): 7b65dcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -303,6 +303,7 @@ demo = gr.ChatInterface(
303
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
304
  ],
305
  examples = [
 
306
  ["Python Program for Array Rotation"],
307
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
308
  ["@realism A futuristic cityscape with neon lights"],
 
303
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
304
  ],
305
  examples = [
306
+ [{"text": "summarize the letter", "files": ["examples/1.png"]}],
307
  ["Python Program for Array Rotation"],
308
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
309
  ["@realism A futuristic cityscape with neon lights"],