Spaces:
Running
Running
Update app.py
Browse files
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-
|
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
|