Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
|
|
| 37 |
|
| 38 |
demo = gr.ChatInterface(
|
| 39 |
title=gr.Markdown(title),
|
| 40 |
-
description=gr.Markdown(description),
|
| 41 |
fn=respond,
|
| 42 |
additional_inputs=[
|
| 43 |
gr.Textbox(value="You are Minitron an AI assistant created by Tonic-AI", label="System message"),
|
|
|
|
| 37 |
|
| 38 |
demo = gr.ChatInterface(
|
| 39 |
title=gr.Markdown(title),
|
| 40 |
+
# description=gr.Markdown(description),
|
| 41 |
fn=respond,
|
| 42 |
additional_inputs=[
|
| 43 |
gr.Textbox(value="You are Minitron an AI assistant created by Tonic-AI", label="System message"),
|