Spaces:
Running
on
Zero
Running
on
Zero
Kvikontent
commited on
Commit
•
422c73d
1
Parent(s):
953b5d8
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
|
|
5 |
import spaces
|
6 |
|
7 |
# Load the pre-trained pipeline
|
8 |
-
pipeline = DiffusionPipeline.from_pretrained("stabilityai/stable-video-diffusion-img2vid-xt
|
9 |
|
10 |
# Define the Gradio interface
|
11 |
interface = gr.Interface(
|
|
|
5 |
import spaces
|
6 |
|
7 |
# Load the pre-trained pipeline
|
8 |
+
pipeline = DiffusionPipeline.from_pretrained("stabilityai/stable-video-diffusion-img2vid-xt")
|
9 |
|
10 |
# Define the Gradio interface
|
11 |
interface = gr.Interface(
|