akhaliq HF staff commited on
Commit
0e0db81
1 Parent(s): 612b3d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ os.chdir("projected_gan")
9
 
10
  os.mkdir("outputs")
11
 
12
- os.system("gdown --id '1H-MYFZqngF1R0whm4bc3fEoX7VvOWaDl'")
13
 
14
  def inference(truncation,seeds):
15
  os.system("python gen_images.py --outdir=./outputs/ --trunc="+str(truncation)+" --seeds="+str(int(seeds))+" --network=network-snapshot-metfaces2.pkl")
 
9
 
10
  os.mkdir("outputs")
11
 
12
+ os.system("gdown --id '1bjulr4yfazDmT-ZnFLZPLDyTPVf8gCCU'")
13
 
14
  def inference(truncation,seeds):
15
  os.system("python gen_images.py --outdir=./outputs/ --trunc="+str(truncation)+" --seeds="+str(int(seeds))+" --network=network-snapshot-metfaces2.pkl")