rajsecrets0 commited on
Commit
0d1227c
·
verified ·
1 Parent(s): 51f7d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
 
10
  # Configuration
11
  GEMINI_API_KEY = st.secrets["GEMINI_API_KEY"]
12
- GEMINI_MODEL = "gemini-1.5-flash" # Verify with Gemini API documentation
13
  DOCUMENT_TYPES = ["Land Records", "Caste Certificates", "Property Registrations"]
14
 
15
  # Define a class to mimic Streamlit's UploadedFile object for the example image
 
9
 
10
  # Configuration
11
  GEMINI_API_KEY = st.secrets["GEMINI_API_KEY"]
12
+ GEMINI_MODEL = "gemini-2.0-flash" # Verify with Gemini API documentation
13
  DOCUMENT_TYPES = ["Land Records", "Caste Certificates", "Property Registrations"]
14
 
15
  # Define a class to mimic Streamlit's UploadedFile object for the example image