ai-forever commited on
Commit
a963159
·
verified ·
1 Parent(s): e05546f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def create_presentation(description: str, slides_num: int, language: str, num_in
31
  image_size_coef = 0.5
32
  elif image_res == "576x1008 & 768x768":
33
  image_size_coef = 0.75
34
- else image_res == "768x1344 & 1024x1024":
35
  image_size_coef = 1.0
36
 
37
  generate_presentation(
 
31
  image_size_coef = 0.5
32
  elif image_res == "576x1008 & 768x768":
33
  image_size_coef = 0.75
34
+ else:
35
  image_size_coef = 1.0
36
 
37
  generate_presentation(