Spaces:
Running
Running
KarthickAdopleAI
commited on
Update incorrect_sentence_finder.py
Browse files
incorrect_sentence_finder.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from PyPDF2 import PdfReader
|
2 |
from openai import AzureOpenAI
|
3 |
import gradio as gr
|
4 |
-
|
5 |
class IncorrectSentenceFinder:
|
6 |
"""
|
7 |
This class finds and displays grammatically incorrect sentences in a PDF document using OpenAI's GPT-3.
|
|
|
1 |
from PyPDF2 import PdfReader
|
2 |
from openai import AzureOpenAI
|
3 |
import gradio as gr
|
4 |
+
import os
|
5 |
class IncorrectSentenceFinder:
|
6 |
"""
|
7 |
This class finds and displays grammatically incorrect sentences in a PDF document using OpenAI's GPT-3.
|