Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ demo = gr.ChatInterface(
|
|
184 |
label="Repetition Penalty",
|
185 |
info="Penalize repeated words (higher = less repetition)"
|
186 |
)
|
187 |
-
]
|
188 |
theme="Base",
|
189 |
submit_btn="Send",
|
190 |
stop_btn="Stop",
|
|
|
184 |
label="Repetition Penalty",
|
185 |
info="Penalize repeated words (higher = less repetition)"
|
186 |
)
|
187 |
+
],
|
188 |
theme="Base",
|
189 |
submit_btn="Send",
|
190 |
stop_btn="Stop",
|