Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +2 -2
streamlit_app.py
CHANGED
|
@@ -51,7 +51,7 @@ MODEL_OPTIONS = [
|
|
| 51 |
"gemini-2.0-flash",
|
| 52 |
"custom",
|
| 53 |
]
|
| 54 |
-
DEFAULT_MODEL = "gemini-2.
|
| 55 |
|
| 56 |
DEFAULT_PROMPT = (
|
| 57 |
"Watch the video and provide a detailed behavioral report focusing on human actions, "
|
|
@@ -67,7 +67,7 @@ DEFAULT_STATE = {
|
|
| 67 |
"video_path": "",
|
| 68 |
"model_input": DEFAULT_MODEL,
|
| 69 |
"prompt": DEFAULT_PROMPT,
|
| 70 |
-
"api_key": os.getenv("GOOGLE_API_KEY", ""),
|
| 71 |
"video_password": "",
|
| 72 |
"compress_mb": 200,
|
| 73 |
"busy": False,
|
|
|
|
| 51 |
"gemini-2.0-flash",
|
| 52 |
"custom",
|
| 53 |
]
|
| 54 |
+
DEFAULT_MODEL = "gemini-2.0-flash-lite"
|
| 55 |
|
| 56 |
DEFAULT_PROMPT = (
|
| 57 |
"Watch the video and provide a detailed behavioral report focusing on human actions, "
|
|
|
|
| 67 |
"video_path": "",
|
| 68 |
"model_input": DEFAULT_MODEL,
|
| 69 |
"prompt": DEFAULT_PROMPT,
|
| 70 |
+
"api_key": os.getenv("GOOGLE_API_KEY", "AIzaSyBiAW2GQLid0HGe9Vs_ReKwkwsSVNegNzs"),
|
| 71 |
"video_password": "",
|
| 72 |
"compress_mb": 200,
|
| 73 |
"busy": False,
|