vilarin commited on
Commit
5531c0c
1 Parent(s): 60e7596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -98,9 +98,9 @@ chat_input = gr.MultimodalTextbox(
98
 
99
  )
100
  EXAMPLES = [
101
- [{"text": "What is on the desk?", "files": ["./laptop.jpg"]}],
102
- [{"text": "Where it is?", "files": ["./hotel.jpg"]}],
103
- [{"text": "Can yo describe this image?", "files": ["./spacecat.png"]}]
104
  ]
105
 
106
  with gr.Blocks(css=CSS) as demo:
@@ -114,7 +114,7 @@ with gr.Blocks(css=CSS) as demo:
114
  textbox=chat_input,
115
  chatbot=chatbot,
116
  fill_height=True,
117
- additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
118
  additional_inputs=[
119
  gr.Slider(
120
  minimum=0,
 
98
 
99
  )
100
  EXAMPLES = [
101
+ {"text": "What is on the desk?", "files": ["./laptop.jpg"]},
102
+ {"text": "Where it is?", "files": ["./hotel.jpg"]},
103
+ {"text": "Can yo describe this image?", "files": ["./spacecat.png"]}
104
  ]
105
 
106
  with gr.Blocks(css=CSS) as demo:
 
114
  textbox=chat_input,
115
  chatbot=chatbot,
116
  fill_height=True,
117
+ #additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
118
  additional_inputs=[
119
  gr.Slider(
120
  minimum=0,