Lisandro commited on
Commit
5a4d0ca
·
1 Parent(s): 60c1752

feat: Enable lazy loading of examples in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", default=0)
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():