Skip to content

second-state/llama_podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickStart

Install dependencies

pip install gradio
pip install soundfile
pip install openai

Start the server with default English prompts

python main.py

Start the server with Chinese prompts

LANG=zh python main.py

Start the server on an alternative port (8080 instead of 7680) with Chinese prompts

GRADIO_SERVER_PORT=8080 LANG=zh python main.py

Start the server with a public access URL

GRADIO_SHARE="True" python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages