Spaces:
Runtime error
Runtime error
gradio==3.36.1
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🧢
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.36.
|
8 |
python_version: 3.10.11
|
9 |
app_file: app.py
|
10 |
pinned: false
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.36.1
|
8 |
python_version: 3.10.11
|
9 |
app_file: app.py
|
10 |
pinned: false
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
git+https://github.com/openai/shap-e@8625e7c
|
2 |
-
gradio==3.
|
3 |
torch==2.0.1
|
4 |
torchvision==0.15.2
|
5 |
trimesh==3.22.1
|
|
|
1 |
git+https://github.com/openai/shap-e@8625e7c
|
2 |
+
gradio==3.36.1
|
3 |
torch==2.0.1
|
4 |
torchvision==0.15.2
|
5 |
trimesh==3.22.1
|