Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import google.generativeai as genai
|
|
4 |
import os
|
5 |
|
6 |
gemini_api_key = genai.configure(api_key = os.environ.get("Google_API_KEY"))
|
7 |
-
model = genai.GenerativeModel('gemini-
|
8 |
|
9 |
input_prompts = """
|
10 |
You are an expert Invoice Entity Extractor and you are expert in understanding Invoices.
|
|
|
4 |
import os
|
5 |
|
6 |
gemini_api_key = genai.configure(api_key = os.environ.get("Google_API_KEY"))
|
7 |
+
model = genai.GenerativeModel('gemini-1.5-flash')
|
8 |
|
9 |
input_prompts = """
|
10 |
You are an expert Invoice Entity Extractor and you are expert in understanding Invoices.
|