Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,7 @@ with gr.Blocks(css="""
|
|
62 |
|
63 |
chatbot = gr.ChatInterface(
|
64 |
respond,
|
65 |
-
additional_inputs=[system_message, max_tokens, temperature, top_p]
|
66 |
-
show_copy_button=True,
|
67 |
)
|
68 |
|
69 |
demo.launch()
|
|
|
62 |
|
63 |
chatbot = gr.ChatInterface(
|
64 |
respond,
|
65 |
+
additional_inputs=[system_message, max_tokens, temperature, top_p]
|
|
|
66 |
)
|
67 |
|
68 |
demo.launch()
|