digidau commited on
Commit
98291ac
·
verified ·
1 Parent(s): 18259f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -448,20 +448,20 @@ Generate cinematic Quran video automatically.
448
  label="Result"
449
  )
450
 
451
- preview_btn.click(
452
- fn=preview_layout,
453
- inputs=[
454
- images,
455
- background_video,
456
- timing_json,
457
- arabic_font,
458
- arabic_y,
459
- translation_gap,
460
- arabic_font_size,
461
- translation_font_size
462
- ],
463
- outputs=preview_image
464
- )
465
 
466
  generate_btn.click(
467
  fn=process,
 
448
  label="Result"
449
  )
450
 
451
+ preview_btn.click(
452
+ fn=preview_layout,
453
+ inputs=[
454
+ images,
455
+ background_video,
456
+ timing_json,
457
+ arabic_font,
458
+ arabic_y,
459
+ translation_gap,
460
+ arabic_font_size,
461
+ translation_font_size
462
+ ],
463
+ outputs=preview_image
464
+ )
465
 
466
  generate_btn.click(
467
  fn=process,