Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import gradio as gr
|
|
| 3 |
import spaces
|
| 4 |
import torch
|
| 5 |
import os
|
|
|
|
| 6 |
import librosa
|
| 7 |
from PIL import Image, ImageSequence
|
| 8 |
from decord import VideoReader, cpu
|
|
|
|
| 3 |
import spaces
|
| 4 |
import torch
|
| 5 |
import os
|
| 6 |
+
import gc
|
| 7 |
import librosa
|
| 8 |
from PIL import Image, ImageSequence
|
| 9 |
from decord import VideoReader, cpu
|