K00B404 commited on
Commit
ba0eb4e
·
verified ·
1 Parent(s): 3f79560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -13,6 +13,8 @@ from flux_client_wrapper import FluxImageGenerator
13
  os.system("tree -d")
14
 
15
 
 
 
16
  client = InferenceClient(
17
  "meta-llama/Llama-3.2-3B-Instruct" #"HuggingFaceH4/zephyr-7b-beta"
18
  )
 
13
  os.system("tree -d")
14
 
15
 
16
+ HF_TOKEN=os.getenv('HF_TOKEN')
17
+
18
  client = InferenceClient(
19
  "meta-llama/Llama-3.2-3B-Instruct" #"HuggingFaceH4/zephyr-7b-beta"
20
  )