Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -3,7 +3,7 @@ import requests
|
|
3 |
import os
|
4 |
|
5 |
# Set up the API endpoint and key
|
6 |
-
API_URL =
|
7 |
API_KEY = os.getenv("RUNPOD_API_KEY") # Make sure to set this in your Hugging Face Space secrets
|
8 |
|
9 |
headers = {
|
|
|
3 |
import os
|
4 |
|
5 |
# Set up the API endpoint and key
|
6 |
+
API_URL = os.getenv("BASE_URL")
|
7 |
API_KEY = os.getenv("RUNPOD_API_KEY") # Make sure to set this in your Hugging Face Space secrets
|
8 |
|
9 |
headers = {
|