Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
from inference_utils import inference
|
4 |
|
5 |
|
6 |
-
@spaces.GPU(duration=60*
|
7 |
def send_to_model(source_video, prompt, neg_prompt, guidance_scale, video_length, old_qk):
|
8 |
return inference(prompt=prompt, neg_prompt=neg_prompt, guidance_scale=guidance_scale, video_length=video_length, video_path=source_video, old_qk=old_qk)
|
9 |
|
|
|
3 |
from inference_utils import inference
|
4 |
|
5 |
|
6 |
+
@spaces.GPU(duration=60*5)
|
7 |
def send_to_model(source_video, prompt, neg_prompt, guidance_scale, video_length, old_qk):
|
8 |
return inference(prompt=prompt, neg_prompt=neg_prompt, guidance_scale=guidance_scale, video_length=video_length, video_path=source_video, old_qk=old_qk)
|
9 |
|