Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
f7d7f08
1
Parent(s): a049b95
renamed Inference
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from modules.
|
| 3 |
import os
|
| 4 |
from ui.htmls import CSS, MARKDOWN
|
| 5 |
from modules.youtube_manager import get_ytmetas
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from modules.whisper_Inference import WhisperInference
|
| 3 |
import os
|
| 4 |
from ui.htmls import CSS, MARKDOWN
|
| 5 |
from modules.youtube_manager import get_ytmetas
|
modules/{model_Inference.py → whisper_Inference.py}
RENAMED
|
File without changes
|