Spaces:
Running
Running
minor bugfix
Browse files- 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"
|
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]:
|