Jensin commited on
Commit
8c9a2b6
Β·
verified Β·
1 Parent(s): 2b40ac2

Updated 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("HuggingFaceH4/zephyr-7b-beta") # 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 = 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