pierreguillou commited on
Commit
f219a34
1 Parent(s): 796d898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ description = "Drop a PDF (WARNING: only the first page will be converted into a
29
  examples = [["example.pdf"]]
30
  css = ".output-image, .input-image, .image-preview {height: 600px !important}"
31
  allow_flagging = "never"
32
- live = True
33
 
34
  iface = gr.Interface(fn=pdf_to_imgs,
35
  #inputs=[gr.File(label="PDF"), gr.Checkbox(label="Only first page?", value=True)],
 
29
  examples = [["example.pdf"]]
30
  css = ".output-image, .input-image, .image-preview {height: 600px !important}"
31
  allow_flagging = "never"
32
+ live = False
33
 
34
  iface = gr.Interface(fn=pdf_to_imgs,
35
  #inputs=[gr.File(label="PDF"), gr.Checkbox(label="Only first page?", value=True)],