TA commited on
Commit
7ad7881
·
verified ·
1 Parent(s): 19c8068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ html_temp = """
12
  </div>
13
  """
14
 
15
- zephyr_7b_beta = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta/"
16
 
17
  HF_TOKEN = os.getenv("HF_TOKEN")
18
  HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
 
12
  </div>
13
  """
14
 
15
+ zephyr_7b_beta = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
16
 
17
  HF_TOKEN = os.getenv("HF_TOKEN")
18
  HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}