FM-1976 commited on
Commit
42058a8
1 Parent(s): 0a03401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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='https://github.com/fabiomatricardi/TiniLlamaGradioChat/raw/main/TinyLlama_logo.png', width=70)
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):