Spaces:
Runtime error
Runtime error
fix secrets
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import requests
|
|
5 |
import time
|
6 |
|
7 |
|
8 |
-
API_TOKEN = st.secrets
|
9 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
10 |
API_URL = "https://api-inference.huggingface.co/models/arampacha/DialoGPT-medium-simpsons"
|
11 |
|
|
|
5 |
import time
|
6 |
|
7 |
|
8 |
+
API_TOKEN = st.secrets["hf_api_token"]
|
9 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
10 |
API_URL = "https://api-inference.huggingface.co/models/arampacha/DialoGPT-medium-simpsons"
|
11 |
|