keivalya commited on
Commit
728a31d
·
1 Parent(s): ec97f37

Update space

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -140,13 +140,6 @@ demo = gr.ChatInterface(
140
  description=description,
141
  theme="compact",
142
  css=custom_css,
143
- additional_inputs=[
144
- gr.Textbox(
145
- label="Type your message",
146
- placeholder="Ask Yoda anything...",
147
- lines=3,
148
- )
149
- ],
150
  # additional_inputs=[
151
  # gr.Textbox(value="You are Yoda from Star Wars.", label="System message"),
152
  # gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
140
  description=description,
141
  theme="compact",
142
  css=custom_css,
 
 
 
 
 
 
 
143
  # additional_inputs=[
144
  # gr.Textbox(value="You are Yoda from Star Wars.", label="System message"),
145
  # gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),