Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/Yuliang/ICON into main
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
|
|
119 |
|
120 |
gr.Examples(examples=examples,
|
121 |
inputs=[inp, radio_choice],
|
122 |
-
cache_examples=
|
123 |
fn=generate_model,
|
124 |
outputs=out_lst)
|
125 |
|
|
|
119 |
|
120 |
gr.Examples(examples=examples,
|
121 |
inputs=[inp, radio_choice],
|
122 |
+
cache_examples=True,
|
123 |
fn=generate_model,
|
124 |
outputs=out_lst)
|
125 |
|