Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🌍
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -147,5 +147,4 @@ Serves `index.html` test page.
|
|
| 147 |
## Notes
|
| 148 |
- Model is loaded once per process during FastAPI lifespan startup.
|
| 149 |
- `index.html` is intentionally a simple streaming test page, not the production frontend.
|
| 150 |
-
- Both entrypoints (`app.py`, `main.py`) now behave consistently by design.
|
| 151 |
-
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.9.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 147 |
## Notes
|
| 148 |
- Model is loaded once per process during FastAPI lifespan startup.
|
| 149 |
- `index.html` is intentionally a simple streaming test page, not the production frontend.
|
| 150 |
+
- Both entrypoints (`app.py`, `main.py`) now behave consistently by design.
|
|
|