SerdarHelli commited on
Commit
9512fe8
1 Parent(s): e964b43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ outdir="/content/"
115
 
116
  def get_all(cfg,input,truncation_psi,mesh_resolution,random_seed,fps,num_frames):
117
 
118
- newtork=models[cfg]
119
 
120
  with dnnlib.util.open_url(network) as f:
121
  G = legacy.load_network_pkl(f)['G_ema'].eval().to(device)
 
115
 
116
  def get_all(cfg,input,truncation_psi,mesh_resolution,random_seed,fps,num_frames):
117
 
118
+ network=models[cfg]
119
 
120
  with dnnlib.util.open_url(network) as f:
121
  G = legacy.load_network_pkl(f)['G_ema'].eval().to(device)