Jofthomas HF staff commited on
Commit
4c1fca2
1 Parent(s): 30d06f3

Update TextGen/router.py

Browse files
Files changed (1) hide show
  1. TextGen/router.py +2 -0
TextGen/router.py CHANGED
@@ -12,6 +12,8 @@ from langchain_google_genai import (
12
  HarmCategory,
13
  )
14
  from TextGen import app
 
 
15
 
16
  my_hf_token=os.environ["HF_TOKEN"]
17
 
 
12
  HarmCategory,
13
  )
14
  from TextGen import app
15
+ from gradio_client import Client
16
+
17
 
18
  my_hf_token=os.environ["HF_TOKEN"]
19