Skip to content

Commit

Permalink
Merge pull request #4 from jhj0517/add-t2t-translation
Browse files Browse the repository at this point in the history
renamed Inference
  • Loading branch information
jhj0517 authored Mar 27, 2023
2 parents a049b95 + f7d7f08 commit e6e788c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import gradio as gr
from modules.model_Inference import WhisperInference
from modules.whisper_Inference import WhisperInference
import os
from ui.htmls import CSS, MARKDOWN
from modules.youtube_manager import get_ytmetas
Expand Down
File renamed without changes.

0 comments on commit e6e788c

Please sign in to comment.