not-lain commited on
Commit
39f86d4
1 Parent(s): da5e36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,6 +4,6 @@ from pdf2image import convert_from_path
4
  def process(file) :
5
  images = convert_from_path(file)
6
  return images
7
- !
8
  demo = gr.Interface(process,gr.File(),gr.Gallery())
9
  demo.launch(debug=True)
 
4
  def process(file) :
5
  images = convert_from_path(file)
6
  return images
7
+
8
  demo = gr.Interface(process,gr.File(),gr.Gallery())
9
  demo.launch(debug=True)