ahmadmac commited on
Commit
ca5958b
·
verified ·
1 Parent(s): 6a73001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-pro-vision')
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.