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