dagloop5 commited on
Commit
44241e7
·
verified ·
1 Parent(s): 6a7ef33

Rename app.py to app(draft3).py

Browse files
Files changed (1) hide show
  1. app.py → app(draft3).py +2 -2
app.py → app(draft3).py RENAMED
@@ -634,7 +634,7 @@ def get_gpu_duration(
634
  negative_prompt: str,
635
  duration: float,
636
  gpu_duration: float,
637
- enhance_prompt: bool = True,
638
  seed: int = 42,
639
  randomize_seed: bool = True,
640
  height: int = 1024,
@@ -674,7 +674,7 @@ def generate_video(
674
  negative_prompt: str,
675
  duration: float,
676
  gpu_duration: float,
677
- enhance_prompt: bool = True,
678
  seed: int = 42,
679
  randomize_seed: bool = True,
680
  height: int = 1024,
 
634
  negative_prompt: str,
635
  duration: float,
636
  gpu_duration: float,
637
+ enhance_prompt: bool = False,
638
  seed: int = 42,
639
  randomize_seed: bool = True,
640
  height: int = 1024,
 
674
  negative_prompt: str,
675
  duration: float,
676
  gpu_duration: float,
677
+ enhance_prompt: bool = False,
678
  seed: int = 42,
679
  randomize_seed: bool = True,
680
  height: int = 1024,