Spaces:
Runtime error
Runtime error
using older models
Browse files
pages/4_Vase_Qualities_Comparison.py
CHANGED
@@ -231,7 +231,7 @@ with input_col_3:
|
|
231 |
# # ---------------------------- DISPLAY COL 2 ROW 1 ------------------------------
|
232 |
|
233 |
|
234 |
-
with dnnlib.util.open_url('./data/vase_model_files/network-snapshot-
|
235 |
model = legacy.load_network_pkl(f)['G_ema'].to('cpu') # type: ignore
|
236 |
|
237 |
if st.session_state.space_id == 'Z':
|
|
|
231 |
# # ---------------------------- DISPLAY COL 2 ROW 1 ------------------------------
|
232 |
|
233 |
|
234 |
+
with dnnlib.util.open_url('./data/vase_model_files/network-snapshot-003800.pkl') as f:
|
235 |
model = legacy.load_network_pkl(f)['G_ema'].to('cpu') # type: ignore
|
236 |
|
237 |
if st.session_state.space_id == 'Z':
|