akhaliq HF staff commited on
Commit
21772ef
1 Parent(s): 26877ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ os.chdir("projected_gan")
8
 
9
  os.mkdir("outputs")
10
 
11
- os.system("gdown --id '1bjulr4yfazDmT-ZnFLZPLDyTPVf8gCCU'")
12
 
13
  def inference(truncation,seeds):
14
  os.system("python gen_images.py --outdir=./outputs/ --trunc="+str(truncation)+" --seeds="+str(int(seeds))+" --network=https://s3.eu-central-1.amazonaws.com/avg-projects/projected_gan/models/pokemon.pkl")
 
8
 
9
  os.mkdir("outputs")
10
 
 
11
 
12
  def inference(truncation,seeds):
13
  os.system("python gen_images.py --outdir=./outputs/ --trunc="+str(truncation)+" --seeds="+str(int(seeds))+" --network=https://s3.eu-central-1.amazonaws.com/avg-projects/projected_gan/models/pokemon.pkl")