Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import spaces
|
|
2 |
import torch
|
3 |
|
4 |
import gradio as gr
|
5 |
-
import
|
6 |
from transformers import pipeline
|
7 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
8 |
|
|
|
2 |
import torch
|
3 |
|
4 |
import gradio as gr
|
5 |
+
import youtube-dl as youtube_dl
|
6 |
from transformers import pipeline
|
7 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
8 |
|