Spaces:
Sleeping
Sleeping
honeysuckle
commited on
Commit
·
4131900
1
Parent(s):
3358ce6
fix
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from io import BytesIO
|
|
| 10 |
from huggingface_hub import HfFileSystem, hf_hub_download
|
| 11 |
|
| 12 |
|
| 13 |
-
def request_to_endpoint (request:dict, endpoint_id='
|
| 14 |
api_key = "A6DTPK0VM02LEBYFSVJKKFZ9MTZQ4ED1CMBK0OE2"
|
| 15 |
url = f"https://api.runpod.ai/v2/{endpoint_id}/runsync"
|
| 16 |
headers = {
|
|
|
|
| 10 |
from huggingface_hub import HfFileSystem, hf_hub_download
|
| 11 |
|
| 12 |
|
| 13 |
+
def request_to_endpoint (request:dict, endpoint_id='7tflr0svr1abq0'):
|
| 14 |
api_key = "A6DTPK0VM02LEBYFSVJKKFZ9MTZQ4ED1CMBK0OE2"
|
| 15 |
url = f"https://api.runpod.ai/v2/{endpoint_id}/runsync"
|
| 16 |
headers = {
|