Spaces:
Sleeping
Sleeping
CB commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,23 @@ emoji: 👀
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: 1.
|
| 8 |
app_file: streamlit_app.py
|
| 9 |
pinned: true
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.49.1
|
| 8 |
app_file: streamlit_app.py
|
| 9 |
pinned: true
|
| 10 |
+
---
|
| 11 |
+
# Video Captioning Streamlit Space
|
| 12 |
+
|
| 13 |
+
Changes:
|
| 14 |
+
- Removed phi-agent support; app now uses google.generativeai Responses API only.
|
| 15 |
+
- Files >200 MB are compressed before upload (configurable in Settings).
|
| 16 |
+
- Ensure GOOGLE_API_KEY is set via .env or the Settings panel.
|
| 17 |
+
|
| 18 |
+
Install:
|
| 19 |
+
pip install -r requirements.txt
|
| 20 |
+
|
| 21 |
+
Run:
|
| 22 |
+
streamlit run streamlit_app.py
|
| 23 |
+
|
| 24 |
+
Notes:
|
| 25 |
+
- Upgrade google-generativeai if you see "no attribute" errors: pip install --upgrade google-generativeai
|
| 26 |
+
- Do not commit your API key to the repo.
|