Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ class MagicTimeController:
|
|
| 166 |
_, unexpected = self.unet_model.load_state_dict(motion_module_state_dict, strict=False)
|
| 167 |
assert len(unexpected) == 0
|
| 168 |
|
| 169 |
-
@spaces.GPU(duration=
|
| 170 |
def magictime(
|
| 171 |
self,
|
| 172 |
dreambooth_dropdown,
|
|
|
|
| 166 |
_, unexpected = self.unet_model.load_state_dict(motion_module_state_dict, strict=False)
|
| 167 |
assert len(unexpected) == 0
|
| 168 |
|
| 169 |
+
@spaces.GPU(duration=120)
|
| 170 |
def magictime(
|
| 171 |
self,
|
| 172 |
dreambooth_dropdown,
|