Update TextGen/router.py
Browse files- TextGen/router.py +1 -1
TextGen/router.py
CHANGED
@@ -7,7 +7,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
|
7 |
|
8 |
from langchain.chains import LLMChain
|
9 |
from langchain.prompts import PromptTemplate
|
10 |
-
from suno import custom_generate_audio, get_audio_information
|
11 |
from langchain_google_genai import (
|
12 |
ChatGoogleGenerativeAI,
|
13 |
HarmBlockThreshold,
|
|
|
7 |
|
8 |
from langchain.chains import LLMChain
|
9 |
from langchain.prompts import PromptTemplate
|
10 |
+
from TextGen.suno import custom_generate_audio, get_audio_information
|
11 |
from langchain_google_genai import (
|
12 |
ChatGoogleGenerativeAI,
|
13 |
HarmBlockThreshold,
|