Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -239,14 +239,7 @@ demo = gr.ChatInterface(
|
|
239 |
label="Repetition penalty",
|
240 |
),
|
241 |
],
|
242 |
-
retry_btn="Retry",
|
243 |
-
undo_btn="Undo",
|
244 |
-
clear_btn="Clear",
|
245 |
-
submit_btn="Send",
|
246 |
title="Chat with lots of Models and LLMs using llama.cpp",
|
247 |
-
chatbot=gr.Chatbot(
|
248 |
-
scale=1
|
249 |
-
)
|
250 |
)
|
251 |
|
252 |
if __name__ == "__main__":
|
|
|
239 |
label="Repetition penalty",
|
240 |
),
|
241 |
],
|
|
|
|
|
|
|
|
|
242 |
title="Chat with lots of Models and LLMs using llama.cpp",
|
|
|
|
|
|
|
243 |
)
|
244 |
|
245 |
if __name__ == "__main__":
|