Ashok75 commited on
Commit
b921a13
·
verified ·
1 Parent(s): 4297dd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🌍
4
  colorFrom: yellow
5
  colorTo: gray
6
  sdk: gradio
7
- sdk_version: 6.8.0
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.