Omnibus commited on
Commit
f7cf843
·
1 Parent(s): e9f5906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")