Sort imports

This commit is contained in:
oobabooga 2023-04-07 14:42:03 -03:00
parent 962e33dc10
commit 1dc464dcb0
8 changed files with 9 additions and 8 deletions

View file

@ -3,6 +3,7 @@ from pathlib import Path
import gradio as gr
import torch
from extensions.silero_tts import tts_preprocessor
from modules import chat, shared
from modules.html_generator import chat_html_wrapper

View file

@ -2,7 +2,6 @@ import time
from pathlib import Path
import torch
import tts_preprocessor
torch._C._jit_set_profiling_mode(False)

View file

@ -2,7 +2,6 @@ import re
from num2words import num2words
punctuation = r'[\s,.?!/)\'\]>]'
alphabet_map = {
"A": " Ei ",