Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ additional_inputs = [
|
|
43 |
gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
|
44 |
]
|
45 |
|
46 |
-
avatar_images = ("https://
|
47 |
|
48 |
gr.ChatInterface(
|
49 |
fn=generate,
|
|
|
43 |
gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
|
44 |
]
|
45 |
|
46 |
+
avatar_images = ("https://i.postimg.cc/pXjKKVXG/user-circle.png", "https://i.postimg.cc/qq04Yz93/CL3.png")
|
47 |
|
48 |
gr.ChatInterface(
|
49 |
fn=generate,
|