andreeabodea
commited on
Commit
•
f9acda7
1
Parent(s):
718b472
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import re
|
|
4 |
import gradio as gr
|
5 |
from transformers import pipeline, AutoModelForQuestionAnswering, AutoTokenizer
|
6 |
from io import BytesIO
|
|
|
7 |
|
8 |
"""
|
9 |
Extract the text from a section of a PDF file between 'wanted_section' and 'next_section'.
|
|
|
4 |
import gradio as gr
|
5 |
from transformers import pipeline, AutoModelForQuestionAnswering, AutoTokenizer
|
6 |
from io import BytesIO
|
7 |
+
import pytorch
|
8 |
|
9 |
"""
|
10 |
Extract the text from a section of a PDF file between 'wanted_section' and 'next_section'.
|