Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,6 @@ with gr.Blocks() as demo:
|
|
| 101 |
chatbot = gr.ChatInterface(
|
| 102 |
fn=lambda message, history: update_chatbot(message, history, system_msg.value, max_tokens.value, temperature.value, top_p.value),
|
| 103 |
additional_inputs=[system_msg, max_tokens, temperature, top_p],
|
| 104 |
-
title="LLAMA 2 70B Chatbot",
|
| 105 |
submit_btn="Submit",
|
| 106 |
clear_btn="🗑️ Clear",
|
| 107 |
)
|
|
|
|
| 101 |
chatbot = gr.ChatInterface(
|
| 102 |
fn=lambda message, history: update_chatbot(message, history, system_msg.value, max_tokens.value, temperature.value, top_p.value),
|
| 103 |
additional_inputs=[system_msg, max_tokens, temperature, top_p],
|
|
|
|
| 104 |
submit_btn="Submit",
|
| 105 |
clear_btn="🗑️ Clear",
|
| 106 |
)
|