xavierbarbier commited on
Commit
beb1c01
·
verified ·
1 Parent(s): c3e00da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def extract_text(file):
17
 
18
  text = ' '.join(text)
19
 
20
- return file
21
 
22
  with gr.Blocks() as demo:
23
  file_input = gr.File(label="Upload a PDF file")
 
17
 
18
  text = ' '.join(text)
19
 
20
+ return text
21
 
22
  with gr.Blocks() as demo:
23
  file_input = gr.File(label="Upload a PDF file")