Reorder imports
This commit is contained in:
@@ -2,11 +2,9 @@ import time
|
||||
from pathlib import Path
|
||||
|
||||
import gradio as gr
|
||||
import modules.chat as chat
|
||||
import modules.shared as shared
|
||||
import torch
|
||||
|
||||
from extensions.silero_tts import tts_preprocessor
|
||||
from modules import chat, shared
|
||||
|
||||
torch._C._jit_set_profiling_mode(False)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import re
|
||||
from num2words import num2words
|
||||
|
||||
from num2words import num2words
|
||||
|
||||
alphabet_map = {
|
||||
"A": " Ei ",
|
||||
|
||||
Reference in New Issue
Block a user