Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ def bot_streaming(message, history):
|
|
85 |
yield generated_text_without_prompt
|
86 |
|
87 |
|
88 |
-
chatbot=gr.Chatbot(placeholder=PLACEHOLDER,)
|
89 |
-
with gr.Blocks(fill_height=True,
|
90 |
gr.ChatInterface(
|
91 |
fn=bot_streaming,
|
92 |
title="LLaVA Llama-3-8B",
|
|
|
85 |
yield generated_text_without_prompt
|
86 |
|
87 |
|
88 |
+
chatbot=gr.Chatbot(placeholder=PLACEHOLDER,scale=1)
|
89 |
+
with gr.Blocks(fill_height=True, ) as demo:
|
90 |
gr.ChatInterface(
|
91 |
fn=bot_streaming,
|
92 |
title="LLaVA Llama-3-8B",
|