Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
)
|
107 |
|
108 |
# Interface de chat com as entradas adicionais visíveis
|
109 |
-
chat_interface = gr.
|
110 |
fn=respond,
|
111 |
inputs=[chat_input, character, initial_context_message, max_tokens, temperature, top_p],
|
112 |
outputs=chat_output,
|
|
|
106 |
)
|
107 |
|
108 |
# Interface de chat com as entradas adicionais visíveis
|
109 |
+
chat_interface = gr.ChatInterface(
|
110 |
fn=respond,
|
111 |
inputs=[chat_input, character, initial_context_message, max_tokens, temperature, top_p],
|
112 |
outputs=chat_output,
|