Spaces:
Sleeping
Sleeping
DveloperY0115
commited on
Commit
•
a8f154c
1
Parent(s):
9bf10d7
Install dependency on the fly
Browse files- app.py +3 -0
- requirements.txt +0 -2
app.py
CHANGED
@@ -4,6 +4,9 @@ app.py
|
|
4 |
An interactive demo of text-guided shape generation.
|
5 |
"""
|
6 |
|
|
|
|
|
|
|
7 |
from pathlib import Path
|
8 |
from typing import Literal
|
9 |
|
|
|
4 |
An interactive demo of text-guided shape generation.
|
5 |
"""
|
6 |
|
7 |
+
import os
|
8 |
+
os.system("pip install -e ./custom_wheels/salad-0.1-py3-none-any.whl")
|
9 |
+
|
10 |
from pathlib import Path
|
11 |
from typing import Literal
|
12 |
|
requirements.txt
CHANGED
@@ -166,8 +166,6 @@ requests==2.29.0
|
|
166 |
requests-oauthlib==1.3.1
|
167 |
rich==12.5.1
|
168 |
rsa==4.9
|
169 |
-
# salad==0.1
|
170 |
-
./custom_wheels/salad-0.1-py3-none-any.whl
|
171 |
scikit-image
|
172 |
scikit-learn==1.2.2
|
173 |
scipy==1.9.1
|
|
|
166 |
requests-oauthlib==1.3.1
|
167 |
rich==12.5.1
|
168 |
rsa==4.9
|
|
|
|
|
169 |
scikit-image
|
170 |
scikit-learn==1.2.2
|
171 |
scipy==1.9.1
|