Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ user_agent = f"{user_agent_rotator.get_random_user_agent()} VSCode/1.96.4"
|
|
| 22 |
|
| 23 |
PROXY_PASSWORD = os.getenv('PROXY_PASSWORD')
|
| 24 |
key = os.getenv('ACCESS_TOKEN')
|
| 25 |
-
API_ENDPOINT =
|
| 26 |
|
| 27 |
def get_external_url_for_huggingface_space(space_id: str) -> str:
|
| 28 |
try:
|
|
|
|
| 22 |
|
| 23 |
PROXY_PASSWORD = os.getenv('PROXY_PASSWORD')
|
| 24 |
key = os.getenv('ACCESS_TOKEN')
|
| 25 |
+
API_ENDPOINT = os.getenv('API_ENDPOINT')
|
| 26 |
|
| 27 |
def get_external_url_for_huggingface_space(space_id: str) -> str:
|
| 28 |
try:
|