Update space
Browse files
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"),
|