BestWishYsh commited on
Commit
ea4e66d
·
verified ·
1 Parent(s): 20c0c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=180)
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,