Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
from diffusers import AudioLDMControlNetPipeline, ControlNetModel
|
3 |
from pretty_midi import PrettyMIDI
|
4 |
import torch
|
5 |
-
import torchaudio
|
6 |
|
7 |
if torch.cuda.is_available():
|
8 |
device = "cuda"
|
|
|
2 |
from diffusers import AudioLDMControlNetPipeline, ControlNetModel
|
3 |
from pretty_midi import PrettyMIDI
|
4 |
import torch
|
|
|
5 |
|
6 |
if torch.cuda.is_available():
|
7 |
device = "cuda"
|