Spaces:
Running
on
Zero
Running
on
Zero
bug fix
Browse files
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
|
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(
|