Spaces:
Runtime error
Runtime error
Commit
·
62cd29e
1
Parent(s):
3270aa1
..
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ pipeline = XoraVideoPipeline(
|
|
156 |
|
157 |
|
158 |
# Modified function to include validation with gr.Error
|
159 |
-
|
160 |
def generate_video(image_path=None, prompt="", negative_prompt="",
|
161 |
seed=171198, num_inference_steps=40, num_images_per_prompt=1,
|
162 |
guidance_scale=3, height=512, width=768, num_frames=121, frame_rate=25, progress=gr.Progress()):
|
|
|
156 |
|
157 |
|
158 |
# Modified function to include validation with gr.Error
|
159 |
+
#@spaces.GPU(duration=120)
|
160 |
def generate_video(image_path=None, prompt="", negative_prompt="",
|
161 |
seed=171198, num_inference_steps=40, num_images_per_prompt=1,
|
162 |
guidance_scale=3, height=512, width=768, num_frames=121, frame_rate=25, progress=gr.Progress()):
|