ginipick commited on
Commit
a88fb30
·
verified ·
1 Parent(s): b90de71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -718,9 +718,12 @@ css = """
718
  }
719
  """
720
 
 
 
721
  default_audio_prompt = ""
722
  default_audio_negative_prompt = "music"
723
 
 
724
  def get_duration(
725
  prompt,
726
  nag_negative_prompt, nag_scale,
 
718
  }
719
  """
720
 
721
+ # RIGHT AFTER the css definition, ADD these lines:
722
+ default_prompt = "A serene beach with waves gently rolling onto the shore"
723
  default_audio_prompt = ""
724
  default_audio_negative_prompt = "music"
725
 
726
+
727
  def get_duration(
728
  prompt,
729
  nag_negative_prompt, nag_scale,