Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,6 @@ The final prompt you output should adhere to the following structure below. Do n
|
|
112 |
|
113 |
chat_interface = gr.ChatInterface(
|
114 |
fn=generate,
|
115 |
-
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
|
116 |
additional_inputs=[
|
117 |
gr.Slider(
|
118 |
label="Max new tokens",
|
|
|
112 |
|
113 |
chat_interface = gr.ChatInterface(
|
114 |
fn=generate,
|
|
|
115 |
additional_inputs=[
|
116 |
gr.Slider(
|
117 |
label="Max new tokens",
|