Spaces:
Running
Running
Baskar2005
commited on
Update incorrect_sentence_finder.py
Browse files
incorrect_sentence_finder.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from PyPDF2 import PdfReader
|
2 |
-
import
|
3 |
import gradio as gr
|
4 |
|
5 |
class IncorrectSentenceFinder:
|
|
|
1 |
from PyPDF2 import PdfReader
|
2 |
+
from openai import OpenAI
|
3 |
import gradio as gr
|
4 |
|
5 |
class IncorrectSentenceFinder:
|