Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def extract_text(file):
|
|
17 |
|
18 |
text = ' '.join(text)
|
19 |
|
20 |
-
return
|
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")
|