Spaces:
Runtime error
Runtime error
feat: Enable lazy loading of examples in app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
|
|
76 |
12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
|
77 |
[[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
|
78 |
""")
|
79 |
-
space = gr.Radio(flux_1_schell_spaces, label="HF Space"
|
80 |
|
81 |
|
82 |
with gr.Row():
|
|
|
76 |
12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
|
77 |
[[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
|
78 |
""")
|
79 |
+
space = gr.Radio(flux_1_schell_spaces, label="HF Space")
|
80 |
|
81 |
|
82 |
with gr.Row():
|