prithivMLmods commited on
Commit
c55efc0
·
verified ·
1 Parent(s): 4fa981c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,11 +329,11 @@ demo = gr.ChatInterface(
329
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
330
  ],
331
  examples=[
 
332
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
333
  [{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],
334
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
335
  ["@image Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic"],
336
- ["Write a Python function to check if a number is prime."],
337
  ["@tts2 What causes rainbows to form?"],
338
  ],
339
  cache_examples=False,
 
329
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
330
  ],
331
  examples=[
332
+ ["Python Program for Array Rotation"],
333
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
334
  [{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],
335
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
336
  ["@image Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic"],
 
337
  ["@tts2 What causes rainbows to form?"],
338
  ],
339
  cache_examples=False,