Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,9 @@ with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
|
45 |
|
46 |
- **Base Model**: PY007/TinyLlama-1.1B-intermediate-step-480k-1T, Fine tuned on OpenOrca GPT4 subset for 1 epoch,Using CHATML format.
|
47 |
- **License**: Apache 2.0, following the TinyLlama base model. The model output is not censored and the authors do not endorse the opinions in the generated content. Use at your own risk.
|
|
|
48 |
""")
|
49 |
-
gr.Image(value=
|
50 |
# chat and parameters settings
|
51 |
with gr.Row():
|
52 |
with gr.Column(scale=4):
|
|
|
45 |
|
46 |
- **Base Model**: PY007/TinyLlama-1.1B-intermediate-step-480k-1T, Fine tuned on OpenOrca GPT4 subset for 1 epoch,Using CHATML format.
|
47 |
- **License**: Apache 2.0, following the TinyLlama base model. The model output is not censored and the authors do not endorse the opinions in the generated content. Use at your own risk.
|
48 |
+
- **Notes**: this is my first commit. So far the chat is not considering the conversation history.
|
49 |
""")
|
50 |
+
gr.Image(value=im_bot, width=80)
|
51 |
# chat and parameters settings
|
52 |
with gr.Row():
|
53 |
with gr.Column(scale=4):
|