Spaces:
Runtime error
Runtime error
clean
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def chat_function(message, history, system_prompt,max_new_tokens,temperature):
|
|
| 43 |
|
| 44 |
gr.ChatInterface(
|
| 45 |
chat_function,
|
| 46 |
-
chatbot=gr.Chatbot(height=
|
| 47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
| 48 |
title="LLAMA 3 8B Chat",
|
| 49 |
description="""
|
|
|
|
| 43 |
|
| 44 |
gr.ChatInterface(
|
| 45 |
chat_function,
|
| 46 |
+
chatbot=gr.Chatbot(height=400),
|
| 47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
| 48 |
title="LLAMA 3 8B Chat",
|
| 49 |
description="""
|