Sort imports
This commit is contained in:
parent
962e33dc10
commit
1dc464dcb0
8 changed files with 9 additions and 8 deletions
|
@ -2,10 +2,11 @@ import re
|
|||
from pathlib import Path
|
||||
|
||||
import gradio as gr
|
||||
import modules.shared as shared
|
||||
from elevenlabslib import ElevenLabsUser
|
||||
from elevenlabslib.helpers import save_bytes_to_path
|
||||
|
||||
import modules.shared as shared
|
||||
|
||||
params = {
|
||||
'activate': True,
|
||||
'api_key': '12345',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue