Remove unused imports

This commit is contained in:
oobabooga 2023-03-16 10:18:34 -03:00
parent a577fb1077
commit 1c378965e1
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,8 @@
from pathlib import Path
import gradio as gr
from elevenlabslib import *
from elevenlabslib.helpers import *
from elevenlabslib import ElevenLabsUser
from elevenlabslib.helpers import save_bytes_to_path
params = {
'activate': True,