stzhao commited on
Commit
a80ebbc
·
verified ·
1 Parent(s): a692a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -105,6 +105,7 @@ def process_pptx(pptx_file):
105
 
106
  images, slide_dimensions = pptx_to_images(pptx_file)
107
  rendered_image_path = render_images_with_skia(images, slide_dimensions, output_dir)
 
108
  return json_output, image_paths, rendered_image_path
109
 
110
  # Gradio interface
 
105
 
106
  images, slide_dimensions = pptx_to_images(pptx_file)
107
  rendered_image_path = render_images_with_skia(images, slide_dimensions, output_dir)
108
+ print(image_paths, rendered_image_path)
109
  return json_output, image_paths, rendered_image_path
110
 
111
  # Gradio interface