Spaces:
Running
Running
Baskar2005
commited on
Update extract_date.py
Browse files- extract_date.py +1 -1
extract_date.py
CHANGED
@@ -34,7 +34,7 @@ class ExtractDateAndDuration:
|
|
34 |
Initialize the ExtractDateAndDuration class.
|
35 |
"""
|
36 |
self.client=OpenAI()
|
37 |
-
|
38 |
|
39 |
def get_date_and_duration(self, contract_text: str) -> str:
|
40 |
"""
|
|
|
34 |
Initialize the ExtractDateAndDuration class.
|
35 |
"""
|
36 |
self.client=OpenAI()
|
37 |
+
|
38 |
|
39 |
def get_date_and_duration(self, contract_text: str) -> str:
|
40 |
"""
|