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