Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 192 |
inputs=[pdf_file_input, pdf_url_input],
|
| 193 |
outputs=[output_image_preview, output_image_download],
|
| 194 |
fn=process_pdf,
|
| 195 |
-
cache_examples=
|
| 196 |
)
|
| 197 |
|
| 198 |
|
|
|
|
| 192 |
inputs=[pdf_file_input, pdf_url_input],
|
| 193 |
outputs=[output_image_preview, output_image_download],
|
| 194 |
fn=process_pdf,
|
| 195 |
+
cache_examples=False # Cache results for faster demo
|
| 196 |
)
|
| 197 |
|
| 198 |
|