Spaces:
Runtime error
Runtime error
minor
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ msxl_model = init_v2v_model(cfg_v2v)
|
|
56 |
# -------------------------
|
57 |
# ----- Functionality -----
|
58 |
# -------------------------
|
59 |
-
@spaces.GPU(duration=
|
60 |
def generate(prompt, num_frames, image, model_name_stage1, model_name_stage2, seed, t, image_guidance, where_to_log=result_fol):
|
61 |
now = datetime.datetime.now()
|
62 |
name = prompt[:100].replace(" ", "_") + "_" + str(now.time()).replace(":", "_").replace(".", "_")
|
|
|
56 |
# -------------------------
|
57 |
# ----- Functionality -----
|
58 |
# -------------------------
|
59 |
+
@spaces.GPU(duration=120)
|
60 |
def generate(prompt, num_frames, image, model_name_stage1, model_name_stage2, seed, t, image_guidance, where_to_log=result_fol):
|
61 |
now = datetime.datetime.now()
|
62 |
name = prompt[:100].replace(" ", "_") + "_" + str(now.time()).replace(":", "_").replace(".", "_")
|