hfl-rc commited on
Commit
8f06889
1 Parent(s): 5f20593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ BANNER_HTML = """
17
  </center>
18
  </h3>
19
  <p>
20
- <center><em>The demo is mainly for academic purposes. Do not use this demo for illegal activities. Default model: hfl/llama-3-chinese-8b-instruct-v3</em></center>
21
  </p>
22
  """
23
 
 
17
  </center>
18
  </h3>
19
  <p>
20
+ <center><em>The demo is mainly for academic purposes. Do not use this demo for illegal activities. Default model: <a href="https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v3">hfl/llama-3-chinese-8b-instruct-v3</a></em></center>
21
  </p>
22
  """
23