ysharma HF Staff commited on
Commit
802c092
·
verified ·
1 Parent(s): 65b77dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, scale=1) as demo:
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",