Ahsen Khaliq
commited on
Commit
·
e5b68c9
1
Parent(s):
ff23408
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from spleeter.separator import Separator
|
2 |
import gradio as gr
|
3 |
import shutil
|
|
|
4 |
|
5 |
torch.hub.download_url_to_file('https://github.com/AK391/spleeter/blob/master/audio_example.mp3', 'audio_example.mp3')
|
6 |
|
|
|
1 |
from spleeter.separator import Separator
|
2 |
import gradio as gr
|
3 |
import shutil
|
4 |
+
import torch
|
5 |
|
6 |
torch.hub.download_url_to_file('https://github.com/AK391/spleeter/blob/master/audio_example.mp3', 'audio_example.mp3')
|
7 |
|