Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ demo = gr.ChatInterface(
|
|
42 |
retry_btn=None,
|
43 |
textbox=gr.Textbox(placeholder="Subject of the song", container=False, scale=7),
|
44 |
css="styles.css",
|
45 |
-
examples=["The life of a traveler, longing for the road while cherishing the moments of home, navigating through cities and seasons with a restless spirit and a love for adventure", "A deep connection with nature, symbolized by a sword, and the desire for unity and renewal with the Earth"],
|
46 |
additional_inputs=[
|
47 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
48 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.8, step=0.1, label="Temperature"),
|
|
|
42 |
retry_btn=None,
|
43 |
textbox=gr.Textbox(placeholder="Subject of the song", container=False, scale=7),
|
44 |
css="styles.css",
|
|
|
45 |
additional_inputs=[
|
46 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
47 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.8, step=0.1, label="Temperature"),
|