ashok2216 commited on
Commit
a5c1b90
·
verified ·
1 Parent(s): e470c22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -13,10 +13,11 @@ if hf_token is None:
13
 
14
  # Authenticate with Hugging Face
15
  login(hf_token)
 
16
  # Model information and links
17
- # model_links = {
18
- # "Zephyr-7B": "HuggingFaceH4/zephyr-7b-beta"
19
- # }
20
  model_info = {
21
  "Zephyr-7B": {
22
  'description': """Zephyr 7B is a Huggingface model, fine-tuned for helpful and instructive interactions.""",
 
13
 
14
  # Authenticate with Hugging Face
15
  login(hf_token)
16
+
17
  # Model information and links
18
+ model_links = {
19
+ "Zephyr-7B": "HuggingFaceH4/zephyr-7b-beta"
20
+ }
21
  model_info = {
22
  "Zephyr-7B": {
23
  'description': """Zephyr 7B is a Huggingface model, fine-tuned for helpful and instructive interactions.""",