Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,8 @@ with gr.Blocks() as demo:
|
|
93 |
# Interface de chat com as entradas adicionais visíveis
|
94 |
chat_interface = gr.Interface(
|
95 |
fn=respond,
|
96 |
-
inputs=[
|
97 |
-
outputs=
|
98 |
title="King B",
|
99 |
description="Story",
|
100 |
)
|
|
|
93 |
# Interface de chat com as entradas adicionais visíveis
|
94 |
chat_interface = gr.Interface(
|
95 |
fn=respond,
|
96 |
+
inputs=[character, initial_context_message, max_tokens, temperature, top_p],
|
97 |
+
outputs=respond,
|
98 |
title="King B",
|
99 |
description="Story",
|
100 |
)
|