FM-1976 commited on
Commit
25f8902
1 Parent(s): 3815f90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,7 +45,7 @@ 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
- - **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
@@ -60,7 +60,7 @@ with gr.Blocks(theme='ParityError/Interstellar') as demo:
60
  lines=2)
61
  submitBtn = gr.Button("\n💬 Send\n", size="lg", variant="primary", min_width=180)
62
 
63
- with gr.Column(min_width=50,scale=1):
64
  with gr.Tab(label="Parameter Setting"):
65
  gr.Markdown("# Parameters")
66
  top_p = gr.Slider(
 
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. **Note2**: log TXT file is not working too
49
  """)
50
  gr.Image(value=im_bot, width=80)
51
  # chat and parameters settings
 
60
  lines=2)
61
  submitBtn = gr.Button("\n💬 Send\n", size="lg", variant="primary", min_width=180)
62
 
63
+ with gr.Column(min_width=50,scale=2):
64
  with gr.Tab(label="Parameter Setting"):
65
  gr.Markdown("# Parameters")
66
  top_p = gr.Slider(