shrnik commited on
Commit
3938d9b
·
1 Parent(s): 5520771

Update SDK version in README.md and remove gradio version constraint from requirements.txt

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +0 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: GeoCalib
3
  app_file: gradio_app.py
4
  sdk: gradio
5
- sdk_version: 4.38.1
6
  ---
7
  <p align="center">
8
  <h1 align="center"><ins>GeoCalib</ins> 📸<br>Single-image Calibration with Geometric Optimization</h1>
 
2
  title: GeoCalib
3
  app_file: gradio_app.py
4
  sdk: gradio
5
+ sdk_version: 6.19.0
6
  ---
7
  <p align="center">
8
  <h1 align="center"><ins>GeoCalib</ins> 📸<br>Single-image Calibration with Geometric Optimization</h1>
requirements.txt CHANGED
@@ -3,5 +3,4 @@ torchvision
3
  opencv-python
4
  kornia
5
  matplotlib
6
- gradio>=5.0
7
  huggingface_hub>=0.26
 
3
  opencv-python
4
  kornia
5
  matplotlib
 
6
  huggingface_hub>=0.26