Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ from transformers import CLIPFeatureExtractor
|
|
36 |
feature_extractor = CLIPFeatureExtractor.from_pretrained("openai/clip-vit-base-patch32")
|
37 |
|
38 |
# Function
|
39 |
-
@spaces.GPU(enable_queue=True)
|
40 |
def generate_image(prompt, base, motion, step, progress=gr.Progress()):
|
41 |
global step_loaded
|
42 |
global base_loaded
|
|
|
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
|