Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -339,11 +339,11 @@ demo = gr.ChatInterface(
|
|
| 339 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
| 340 |
],
|
| 341 |
examples=[
|
|
|
|
| 342 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
| 343 |
['@lightningv5 Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic'],
|
| 344 |
['@lightningv4 A serene landscape with mountains'],
|
| 345 |
['@turbov3 Abstract art, colorful and vibrant'],
|
| 346 |
-
["Write a Python function to check if a number is prime."],
|
| 347 |
["@tts2 What causes rainbows to form?"],
|
| 348 |
],
|
| 349 |
cache_examples=False,
|
|
|
|
| 339 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
| 340 |
],
|
| 341 |
examples=[
|
| 342 |
+
["Python Program for Array Rotation"],
|
| 343 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
| 344 |
['@lightningv5 Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic'],
|
| 345 |
['@lightningv4 A serene landscape with mountains'],
|
| 346 |
['@turbov3 Abstract art, colorful and vibrant'],
|
|
|
|
| 347 |
["@tts2 What causes rainbows to form?"],
|
| 348 |
],
|
| 349 |
cache_examples=False,
|