sky24h commited on
Commit
1b9f93d
·
verified ·
1 Parent(s): f79c89f

reversed change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from attributtes_utils import input_pose, input_emotion, input_blink
9
 
10
  model = init_model()
11
 
12
- @spaces.GPU(duration=30) # only 30s should be enough.
13
  def process(input_vid, audio_path, pose_select, emotion_select, blink_select):
14
  pose = input_pose(pose_select)
15
  emotion = input_emotion(emotion_select)
 
9
 
10
  model = init_model()
11
 
12
+ @spaces.GPU
13
  def process(input_vid, audio_path, pose_select, emotion_select, blink_select):
14
  pose = input_pose(pose_select)
15
  emotion = input_emotion(emotion_select)