Spaces:
Runtime error
Runtime error
Updated app.py
Browse files
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("
|
| 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 |
|