Jensin commited on
Commit
124ef9b
·
verified ·
1 Parent(s): ff6b50a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ good_vae = AutoencoderKL.from_pretrained("black-forest-labs/FLUX.1-dev", subfold
17
  # pipe.to(torch.float16)
18
  pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
19
 
20
- llm_client = Client("huggingface-projects/gemma-2-9b-it") # or any other public gradio space/model
21
  # t2i_client = Client("black-forest-labs/FLUX.1-dev")
22
  # t2i_client = Client("black-forest-labs/FLUX.1-schnell")
23
 
 
17
  # pipe.to(torch.float16)
18
  pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
19
 
20
+ llm_client = model="Qwen/Qwen2.5-72B-Instruct") # or any other public gradio space/model
21
  # t2i_client = Client("black-forest-labs/FLUX.1-dev")
22
  # t2i_client = Client("black-forest-labs/FLUX.1-schnell")
23