sidd1311 commited on
Commit
678f2c2
·
verified ·
1 Parent(s): a3bfbcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
10
  MODEL = "LLaMAX/LLaMAX3-8B-Alpaca"
11
  RELATIVE_MODEL="LLaMAX/LLaMAX3-8B"
12
 
13
- TITLE = "<h1><center>LLaMAX3-Translator</center></h1>"
14
 
15
 
16
  model = AutoModelForCausalLM.from_pretrained(
@@ -160,9 +160,7 @@ with gr.Blocks(theme="soft", css=CSS) as demo:
160
  with gr.Column(scale=4):
161
  source_text = gr.Textbox(
162
  label="Source Text",
163
- value="LLaMAX is a language model with powerful multilingual capabilities without loss instruction-following capabilities. "+\
164
- "LLaMAX supports translation between more than 100 languages, "+\
165
- "surpassing the performance of similarly scaled LLMs.",
166
  lines=10,
167
  )
168
  output_text = gr.Textbox(
 
10
  MODEL = "LLaMAX/LLaMAX3-8B-Alpaca"
11
  RELATIVE_MODEL="LLaMAX/LLaMAX3-8B"
12
 
13
+ TITLE = "<h1><center>Siddharth & Yash - Language Translator</center></h1>"
14
 
15
 
16
  model = AutoModelForCausalLM.from_pretrained(
 
160
  with gr.Column(scale=4):
161
  source_text = gr.Textbox(
162
  label="Source Text",
163
+ value="India AI Translator"+\
 
 
164
  lines=10,
165
  )
166
  output_text = gr.Textbox(