Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(title="Enhanced LORA Chat Interface") as demo:
|
|
61 |
chat = gr.ChatInterface(
|
62 |
fn=respond,
|
63 |
additional_inputs=[system_message, max_tokens, temperature, top_p],
|
64 |
-
type='
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|
|
|
61 |
chat = gr.ChatInterface(
|
62 |
fn=respond,
|
63 |
additional_inputs=[system_message, max_tokens, temperature, top_p],
|
64 |
+
type='tuples'
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|