mrcuddle commited on
Commit
94f7610
·
verified ·
1 Parent(s): 2c80d57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -73,6 +73,7 @@ def bot_streaming(message, history, max_new_tokens=250):
73
  demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama",examples=[
74
  [{"text": "Replicate this webpage usign Tyepescript and ChakraUI.", "files":["./examples/Untitled.png"]},
75
  200],
 
76
  textbox=gr.MultimodalTextbox(),
77
  additional_inputs = [gr.Slider(
78
  minimum=10,
 
73
  demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama",examples=[
74
  [{"text": "Replicate this webpage usign Tyepescript and ChakraUI.", "files":["./examples/Untitled.png"]},
75
  200],
76
+ ],
77
  textbox=gr.MultimodalTextbox(),
78
  additional_inputs = [gr.Slider(
79
  minimum=10,