Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import os
|
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
| 4 |
from diffusers import StableAudioPipeline
|
| 5 |
-
from huggingface_hub import hf_hub_download
|
| 6 |
import spaces
|
| 7 |
from translatepy import Translator
|
| 8 |
import numpy as np
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
| 4 |
from diffusers import StableAudioPipeline
|
|
|
|
| 5 |
import spaces
|
| 6 |
from translatepy import Translator
|
| 7 |
import numpy as np
|