Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def generate_image(seed, psi):
|
|
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])
|
|
|
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])
|