Jensin commited on
Commit
f52b5b1
Β·
verified Β·
1 Parent(s): 0a6a466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_iter.__get__(pipe)
22
  # ───────────────────────── 3. LLM client (robust) ──────────────────────────
23
  LLM_SPACES = [
24
  "https://huggingfaceh4-zephyr-chat.hf.space",
25
- "HuggingFaceH4/zephyr-chat",
26
  "huggingface-projects/gemma-2-9b-it",
27
  ]
28
 
 
22
  # ───────────────────────── 3. LLM client (robust) ──────────────────────────
23
  LLM_SPACES = [
24
  "https://huggingfaceh4-zephyr-chat.hf.space",
25
+ "meta-llama/Llama-3.3-70B-Instruct",
26
  "huggingface-projects/gemma-2-9b-it",
27
  ]
28