YC-Chen commited on
Commit
ec2147e
1 Parent(s): 64bf8b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ print("Your Computer IP Address is:" + IPAddr)
16
 
17
 
18
  DESCRIPTION = """
19
- # Demo: Breexe-8x7B-Instruct-v0.1
20
 
21
  Breexe-8x7B is a language model family that builds on top of [Mixtral-8x7B](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1),
22
  specifically intended for Traditional Chinese use. [Breexe-8x7B-Instruct-v0_1](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-v0_1) demonstrates impressive performance in benchmarks for Traditional Chinese and English, on par with OpenAI's gpt3.5.
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
97
 
98
  system_prompt = gr.Textbox(label='System prompt',
99
  value=DEFAULT_SYSTEM_PROMPT,
100
- lines=6)
101
 
102
  with gr.Accordion(label='Advanced options', open=False):
103
 
 
16
 
17
 
18
  DESCRIPTION = """
19
+ # Breexe-8x7B-Instruct-v0.1
20
 
21
  Breexe-8x7B is a language model family that builds on top of [Mixtral-8x7B](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1),
22
  specifically intended for Traditional Chinese use. [Breexe-8x7B-Instruct-v0_1](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-v0_1) demonstrates impressive performance in benchmarks for Traditional Chinese and English, on par with OpenAI's gpt3.5.
 
97
 
98
  system_prompt = gr.Textbox(label='System prompt',
99
  value=DEFAULT_SYSTEM_PROMPT,
100
+ lines=2)
101
 
102
  with gr.Accordion(label='Advanced options', open=False):
103