Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ demo = gr.ChatInterface(
|
|
51 |
|
52 |
Have fun!
|
53 |
"""
|
54 |
-
gr.Markdown(markdown)
|
55 |
respond,
|
56 |
additional_inputs=[
|
57 |
gr.Textbox(value="You are a friendly chatbot. Because this is a SLM (small language model) as I called it, you must be as smart as GPT-3.5. This is a 248M version of Mistral, which is quite impressive.", label="System message"),
|
|
|
51 |
|
52 |
Have fun!
|
53 |
"""
|
54 |
+
gr.Markdown(markdown),
|
55 |
respond,
|
56 |
additional_inputs=[
|
57 |
gr.Textbox(value="You are a friendly chatbot. Because this is a SLM (small language model) as I called it, you must be as smart as GPT-3.5. This is a 248M version of Mistral, which is quite impressive.", label="System message"),
|