Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,7 @@ from random import randint
|
|
| 12 |
from urllib.parse import quote
|
| 13 |
import uuid
|
| 14 |
import base64
|
| 15 |
-
|
| 16 |
-
|
| 17 |
WAN_SPACE = "https://huggingface.co/spaces/Wan-AI/Wan2.1"
|
| 18 |
WAN_API_BASE = f"{WAN_SPACE}/gradio_api"
|
| 19 |
|
|
|
|
| 12 |
from urllib.parse import quote
|
| 13 |
import uuid
|
| 14 |
import base64
|
| 15 |
+
from subscriptions import fetch_subscription
|
|
|
|
| 16 |
WAN_SPACE = "https://huggingface.co/spaces/Wan-AI/Wan2.1"
|
| 17 |
WAN_API_BASE = f"{WAN_SPACE}/gradio_api"
|
| 18 |
|