mrcuddle commited on
Commit
9cc33ea
·
verified ·
1 Parent(s): 94f7610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ def bot_streaming(message, history, max_new_tokens=250):
71
 
72
 
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(
 
71
 
72
 
73
  demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama",examples=[
74
+ [{"text": "Replicate this webpage using Tyepescript and ChakraUI.", "files":["./examples/Untitled.png"]},
75
+ 2000],
76
  ],
77
  textbox=gr.MultimodalTextbox(),
78
  additional_inputs = [gr.Slider(