eraz3r commited on
Commit
88ce265
·
verified ·
1 Parent(s): 7d09808

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,7 +4,8 @@ emoji: 🧠
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: "4.20.0"
 
8
  app_file: app.py
9
  pinned: false
10
  ---
@@ -141,4 +142,4 @@ Open `http://localhost:7860` in your browser.
141
  - **Database**: SQLite file `second_brain.db` is created automatically on first run in the app's working directory
142
  - **Voice transcription**: Uses OpenAI Whisper `small` model (~250MB), downloaded on first voice task
143
  - **AI model**: Groq `llama-3.3-70b-versatile` (free tier, ~0.3s response time)
144
- - **Persistence on HF Spaces**: HuggingFace Spaces have ephemeral storage — the SQLite DB resets on each restart. For permanent storage, upgrade to a paid Space with persistent storage, or swap `database.py` to use an external DB (Supabase, PlanetScale, etc.)
 
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "4.44.0"
8
+ python_version: "3.10"
9
  app_file: app.py
10
  pinned: false
11
  ---
 
142
  - **Database**: SQLite file `second_brain.db` is created automatically on first run in the app's working directory
143
  - **Voice transcription**: Uses OpenAI Whisper `small` model (~250MB), downloaded on first voice task
144
  - **AI model**: Groq `llama-3.3-70b-versatile` (free tier, ~0.3s response time)
145
+ - **Persistence on HF Spaces**: HuggingFace Spaces have ephemeral storage — the SQLite DB resets on each restart. For permanent storage, upgrade to a paid Space with persistent storage, or swap `database.py` to use an external DB (Supabase, PlanetScale, etc.)