Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,6 @@ def generate(upload_driven_audio, tts_driven_audio, driven_audio_type, source_im
|
|
56 |
smoothed_pitch, smoothed_yaw, smoothed_roll, smoothed_t)
|
57 |
|
58 |
|
59 |
-
@spaces.GPU
|
60 |
def main():
|
61 |
if torch.cuda.is_available():
|
62 |
device = "cuda"
|
|
|
56 |
smoothed_pitch, smoothed_yaw, smoothed_roll, smoothed_t)
|
57 |
|
58 |
|
|
|
59 |
def main():
|
60 |
if torch.cuda.is_available():
|
61 |
device = "cuda"
|