qnguyen3 commited on
Commit
a685808
·
verified ·
1 Parent(s): 82347ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -8,16 +8,16 @@ from threading import Thread
8
 
9
 
10
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
11
- MODEL_ID = "qnguyen3/k0oLbOy-3B"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
- TITLE = "<h1><center>k0oLbOy-3B</center></h1>"
16
 
17
  DESCRIPTION = f"""
18
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
19
  <center>
20
- <p>WitchLM is cool
21
  <br>
22
  Feel free to test without log.
23
  </p>
@@ -135,10 +135,10 @@ with gr.Blocks(css=CSS) as demo:
135
  ),
136
  ],
137
  examples=[
138
- ["Viết một thư chúc mừng sinh nhật gửi bạn Thục Linh."],
139
- ["Trường Sa Hoàng Sa của nước nào?"],
140
- ["Giới thiệu về tỉ phú Elon Musk"],
141
- ["Viết code một trang nhân đơn giản bằng html."],
142
  ],
143
  cache_examples=False,
144
  )
 
8
 
9
 
10
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
11
+ MODEL_ID = "qnguyen3/raspberry-3b"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
+ TITLE = "<h1><center>raspberry-3b</center></h1>"
16
 
17
  DESCRIPTION = f"""
18
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
19
  <center>
20
+ <p>raspberry-3b
21
  <br>
22
  Feel free to test without log.
23
  </p>
 
135
  ),
136
  ],
137
  examples=[
138
+ ["Can you explain briefly to me what is the Python programming language?"],
139
+ ["Explain the plot of Cinderella in a sentence."],
140
+ ["How many hours does it take a man to eat a Helicopter?"],
141
+ ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
142
  ],
143
  cache_examples=False,
144
  )