Spaces:
Build error
Build error
Update backend.py
Browse files- backend.py +1 -1
backend.py
CHANGED
|
@@ -10,7 +10,7 @@ os.environ["GOOGLE_API_KEY"]="AIzaSyC8W6-q0Db2200MDE3LpsVZPrkzXZUUuW0"
|
|
| 10 |
|
| 11 |
class InvoicePipeline:
|
| 12 |
|
| 13 |
-
def __init__(self, paths
|
| 14 |
self._paths = paths
|
| 15 |
self ._llm = GoogleGenerativeAI(model="gemini-1.5-pro", google_api_key=api_key)
|
| 16 |
self._prompt_template = self._get_default_prompt_template()
|
|
|
|
| 10 |
|
| 11 |
class InvoicePipeline:
|
| 12 |
|
| 13 |
+
def __init__(self, paths):
|
| 14 |
self._paths = paths
|
| 15 |
self ._llm = GoogleGenerativeAI(model="gemini-1.5-pro", google_api_key=api_key)
|
| 16 |
self._prompt_template = self._get_default_prompt_template()
|