Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ from mGPT.render.pyrender.smpl_render import SMPLRender
|
|
| 25 |
from transformers import WhisperProcessor, WhisperForConditionalGeneration
|
| 26 |
import librosa
|
| 27 |
from huggingface_hub import snapshot_download
|
|
|
|
| 28 |
|
| 29 |
|
| 30 |
# Load model
|
|
|
|
| 25 |
from transformers import WhisperProcessor, WhisperForConditionalGeneration
|
| 26 |
import librosa
|
| 27 |
from huggingface_hub import snapshot_download
|
| 28 |
+
import eventlet
|
| 29 |
|
| 30 |
|
| 31 |
# Load model
|