groueix commited on
Commit
bee5d38
·
1 Parent(s): d51cc1f

minor bugfix

Browse files
Files changed (1) hide show
  1. copaint/gradio_ui.py +1 -1
copaint/gradio_ui.py CHANGED
@@ -250,7 +250,7 @@ def build_gradio_ui():
250
 
251
  with gr.Row():
252
  with gr.Column(scale=1):
253
- output_pdf = PDF(label="PDF Preview", show_label=False, show_fullscreen_button=False, interactive=False, show_download_button=False)
254
 
255
  # Update output_image: trigger update when any input changes
256
  for component in [input_image, h_cells, w_cells]:
 
250
 
251
  with gr.Row():
252
  with gr.Column(scale=1):
253
+ output_pdf = PDF(label="PDF Preview")#, show_label=False, show_fullscreen_button=False, interactive=False, show_download_button=False)
254
 
255
  # Update output_image: trigger update when any input changes
256
  for component in [input_image, h_cells, w_cells]: