MrRokot commited on
Commit
41c9c2b
·
verified ·
1 Parent(s): f122229

Update multit2i.py

Browse files
Files changed (1) hide show
  1. multit2i.py +1 -4
multit2i.py CHANGED
@@ -6,10 +6,7 @@ from huggingface_hub import InferenceClient
6
  import os
7
 
8
 
9
- client = InferenceClient(
10
- provider="hf-inference",
11
- api_key="xxxxxxxxxxxxxxxxxxxxxxxx"
12
- )
13
 
14
  HF_TOKEN = os.environ.get("HF_TOKEN") if os.environ.get("HF_TOKEN") else None # If private or gated models aren't used, ENV setting is unnecessary.
15
  server_timeout = 600
 
6
  import os
7
 
8
 
9
+
 
 
 
10
 
11
  HF_TOKEN = os.environ.get("HF_TOKEN") if os.environ.get("HF_TOKEN") else None # If private or gated models aren't used, ENV setting is unnecessary.
12
  server_timeout = 600