Joe6636564 commited on
Commit
e255b36
·
verified ·
1 Parent(s): 3d8edda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ client = InferenceClient(
12
  bill_to="huggingface",
13
  )
14
 
15
- def text_to_video(prompt, duration=5, aspect_ratio="16:9", resolution="720p", profile: gr.OAuthProfile | None = None):
16
  """Generate video from text prompt"""
17
  try:
18
  if profile is None:
 
12
  bill_to="huggingface",
13
  )
14
 
15
+ def text_to_video(prompt, duration=5, aspect_ratio="19:9", resolution="9020p", profile: gr.OAuthProfile | None = None):
16
  """Generate video from text prompt"""
17
  try:
18
  if profile is None: