Rename the folder
This commit is contained in:
parent
49ae183ac9
commit
944fdc03b2
5 changed files with 8 additions and 13 deletions
|
@ -1,6 +0,0 @@
|
|||
ipython
|
||||
omegaconf
|
||||
pydub
|
||||
PyYAML
|
||||
torch
|
||||
torchaudio
|
3
extensions/elevenlabs_tts/requirements.txt
Normal file
3
extensions/elevenlabs_tts/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
elevenlabslib
|
||||
soundfile
|
||||
sounddevice
|
|
@ -1,16 +1,14 @@
|
|||
import asyncio
|
||||
from pathlib import Path
|
||||
|
||||
import gradio as gr
|
||||
import torch
|
||||
import io
|
||||
import json
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
import gradio as gr
|
||||
import requests
|
||||
|
||||
from elevenlabslib.helpers import *
|
||||
import torch
|
||||
from elevenlabslib import *
|
||||
from elevenlabslib.helpers import *
|
||||
|
||||
params = {
|
||||
'activate': True,
|
Loading…
Add table
Add a link
Reference in a new issue