Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
import os
|
4 |
-
import spaces
|
5 |
import uuid
|
6 |
|
7 |
from diffusers import AnimateDiffPipeline, MotionAdapter, EulerDiscreteScheduler
|
@@ -36,7 +36,7 @@ from transformers import CLIPFeatureExtractor
|
|
36 |
feature_extractor = CLIPFeatureExtractor.from_pretrained("openai/clip-vit-base-patch32")
|
37 |
|
38 |
# Function
|
39 |
-
|
40 |
def generate_image(prompt, base, motion, step, progress=gr.Progress()):
|
41 |
global step_loaded
|
42 |
global base_loaded
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
import os
|
4 |
+
# import spaces
|
5 |
import uuid
|
6 |
|
7 |
from diffusers import AnimateDiffPipeline, MotionAdapter, EulerDiscreteScheduler
|
|
|
36 |
feature_extractor = CLIPFeatureExtractor.from_pretrained("openai/clip-vit-base-patch32")
|
37 |
|
38 |
# Function
|
39 |
+
# spaces.GPU(duration=15,enable_queue=True)
|
40 |
def generate_image(prompt, base, motion, step, progress=gr.Progress()):
|
41 |
global step_loaded
|
42 |
global base_loaded
|