Spaces:
Runtime error
Runtime error
uipdate
Browse files
app.py
CHANGED
@@ -61,7 +61,6 @@ def handle_image_selection(image_name, state):
|
|
61 |
print(f"User selected image: {image_name}")
|
62 |
return initialize_simulator(image_name, state)
|
63 |
|
64 |
-
@spaces.GPU
|
65 |
def init_model():
|
66 |
return GenieSimulator(
|
67 |
image_encoder_type='temporalvae',
|
|
|
61 |
print(f"User selected image: {image_name}")
|
62 |
return initialize_simulator(image_name, state)
|
63 |
|
|
|
64 |
def init_model():
|
65 |
return GenieSimulator(
|
66 |
image_encoder_type='temporalvae',
|