Jofthomas HF staff commited on
Commit
280c137
1 Parent(s): feb614e

Update TextGen/router.py

Browse files
Files changed (1) hide show
  1. TextGen/router.py +1 -1
TextGen/router.py CHANGED
@@ -8,7 +8,7 @@ from fastapi.middleware.cors import CORSMiddleware
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 coqui import predict
12
  from langchain_google_genai import (
13
  ChatGoogleGenerativeAI,
14
  HarmBlockThreshold,
 
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 coqui import predict
12
  from langchain_google_genai import (
13
  ChatGoogleGenerativeAI,
14
  HarmBlockThreshold,