jinshuying commited on
Commit
8de5be8
·
verified ·
1 Parent(s): 06306c0

Update README.md

Browse files

git lfs install
git clone https://huggingface.co/spaces/HarborYuan/ovsam ovsam_demo
cd ovsam_demo
conda create -n ovsam_demo python=3.10 && conda activate ovsam_demo
python -m pip install gradio==4.7.1
python -m pip install -r requirements.txt
python main.py

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📚
4
  colorFrom: green
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.37.2
8
  app_file: main.py
9
  pinned: false
10
  ---
 
4
  colorFrom: green
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 5.29.0
8
  app_file: main.py
9
  pinned: false
10
  ---