Spaces:
Running
Running
Baskar2005
commited on
Commit
•
5d44520
1
Parent(s):
f8d57bb
Update incompletesentencefinder.py
Browse files
incompletesentencefinder.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from PyPDF2 import PdfReader
|
2 |
-
import
|
3 |
import gradio as gr
|
4 |
|
5 |
class IncompleteSentenceFinder:
|
|
|
1 |
from PyPDF2 import PdfReader
|
2 |
+
from openai import OpenAI
|
3 |
import gradio as gr
|
4 |
|
5 |
class IncompleteSentenceFinder:
|