Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import librosa
|
| 3 |
import torch
|
| 4 |
-
from
|
|
|
|
| 5 |
from transformers import SpeechT5Processor, SpeechT5ForSpeechToText
|
| 6 |
|
| 7 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import librosa
|
| 3 |
import torch
|
| 4 |
+
from huggingface_hub import hf_hub_download
|
| 5 |
+
from llama_cpp import Llama
|
| 6 |
from transformers import SpeechT5Processor, SpeechT5ForSpeechToText
|
| 7 |
|
| 8 |
|