Spaces:
Paused
Paused
Update app_wan.py
Browse files- app_wan.py +1 -0
app_wan.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
| 4 |
import logging
|
|
|
|
| 5 |
from PIL import Image
|
| 6 |
from typing import List, Dict, Any
|
| 7 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
| 4 |
import logging
|
| 5 |
+
import os
|
| 6 |
from PIL import Image
|
| 7 |
from typing import List, Dict, Any
|
| 8 |
|