Yuliang commited on
Commit
e0b48a4
·
verified ·
1 Parent(s): 0579a19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def generate_image(seed, psi):
86
  return img
87
 
88
 
89
- model_types = ['ICON', 'PIFu', 'PaMIR']
90
  examples_names = glob.glob('examples/*.png')
91
  examples_types = np.random.choice(
92
  model_types, len(examples_names), p=[0.6, 0.2, 0.2])
 
86
  return img
87
 
88
 
89
+ model_types = ['ICON', 'PIFu']
90
  examples_names = glob.glob('examples/*.png')
91
  examples_types = np.random.choice(
92
  model_types, len(examples_names), p=[0.6, 0.2, 0.2])