Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
import os
|
7 |
import requests
|
8 |
|
9 |
-
zephyr_7b_beta = "https://api-inference.huggingface.co/models/
|
10 |
|
11 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
12 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|
|
|
6 |
import os
|
7 |
import requests
|
8 |
|
9 |
+
zephyr_7b_beta = "https://api-inference.huggingface.co/models/openchat/openchat_3.5/"
|
10 |
|
11 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
12 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|