cappuch commited on
Commit
a8f36ac
1 Parent(s): 35df16d

idiot noa... says llama....

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def bot_streaming(message, history):
65
 
66
  chatbot=gr.Chatbot(scale=1)
67
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
68
- with gr.Blocks(fill_height=True, ) as demo:
69
  gr.ChatInterface(
70
  fn=bot_streaming,
71
  stop_btn="Stop Generation",
 
65
 
66
  chatbot=gr.Chatbot(scale=1)
67
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
68
+ with gr.Blocks(fill_height=True, title="Llava") as demo:
69
  gr.ChatInterface(
70
  fn=bot_streaming,
71
  stop_btn="Stop Generation",