Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,6 +93,10 @@ CSS = """
|
|
| 93 |
visibility: hidden;
|
| 94 |
}
|
| 95 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
| 97 |
chatbot = gr.Chatbot(height=600)
|
| 98 |
|
|
|
|
| 93 |
visibility: hidden;
|
| 94 |
}
|
| 95 |
"""
|
| 96 |
+
DESCRIPTION = """
|
| 97 |
+
- LLaMAX is a language model with powerful multilingual capabilities without loss instruction-following capabilities.
|
| 98 |
+
- Source Language auto detected, input your Target language and country.
|
| 99 |
+
"""
|
| 100 |
|
| 101 |
chatbot = gr.Chatbot(height=600)
|
| 102 |
|