Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ feature_extractor = CLIPFeatureExtractor.from_pretrained("openai/clip-vit-base-p
|
|
42 |
|
43 |
# Function
|
44 |
@spaces.GPU(duration=15,enable_queue=True)
|
45 |
-
def generate_image(prompt, base="
|
46 |
global step_loaded
|
47 |
global base_loaded
|
48 |
global motion_loaded
|
|
|
42 |
|
43 |
# Function
|
44 |
@spaces.GPU(duration=15,enable_queue=True)
|
45 |
+
def generate_image(prompt, base="Realistic", motion="", step=8, progress=gr.Progress()):
|
46 |
global step_loaded
|
47 |
global base_loaded
|
48 |
global motion_loaded
|