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