Spaces:
Running
on
Zero
Running
on
Zero
reversed change
Browse files
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
|
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)
|