Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ os.system("cd hotshotxl")
|
|
7 |
#os.system("mkdir -p output/DeepFashion/ckpt/pretrained")
|
8 |
os.system("git clone https://github.com/hotshotco/Hotshot-XL.git")
|
9 |
os.system("cd Hotshot-XL")
|
10 |
-
os.system("pip install -r requirements.txt")
|
11 |
sys.path.append("Hotshot-XL")
|
|
|
12 |
import inference as inf
|
13 |
def infer(inp):
|
14 |
output = inf("a cat running through a field")
|
|
|
7 |
#os.system("mkdir -p output/DeepFashion/ckpt/pretrained")
|
8 |
os.system("git clone https://github.com/hotshotco/Hotshot-XL.git")
|
9 |
os.system("cd Hotshot-XL")
|
|
|
10 |
sys.path.append("Hotshot-XL")
|
11 |
+
os.system("pip install -r requirements.txt")
|
12 |
import inference as inf
|
13 |
def infer(inp):
|
14 |
output = inf("a cat running through a field")
|