mrcuddle commited on
Commit
4c7250d
·
verified ·
1 Parent(s): a24eb69

Update app.py

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