Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
1 |
import torch
|
2 |
from typing import List
|
3 |
from diffusers import AutoencoderKLWan, WanVACEPipeline, UniPCMultistepScheduler
|
4 |
from diffusers.utils import export_to_video
|
5 |
import gradio as gr
|
6 |
import tempfile
|
7 |
-
import spaces
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import numpy as np
|
10 |
from PIL import Image
|
|
|
1 |
+
import spaces
|
2 |
import torch
|
3 |
from typing import List
|
4 |
from diffusers import AutoencoderKLWan, WanVACEPipeline, UniPCMultistepScheduler
|
5 |
from diffusers.utils import export_to_video
|
6 |
import gradio as gr
|
7 |
import tempfile
|
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import numpy as np
|
10 |
from PIL import Image
|