Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def chat_llama3_1_8b(message: str,
|
|
127 |
yield "".join(outputs)
|
128 |
|
129 |
# Gradio block
|
130 |
-
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
131 |
|
132 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
133 |
|
|
|
127 |
yield "".join(outputs)
|
128 |
|
129 |
# Gradio block
|
130 |
+
chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
131 |
|
132 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
133 |
|