Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(
|
|
78 |
btn = gr.Button("Generate", variant="primary")
|
79 |
|
80 |
with gr.Accordion("Examples", open=False):
|
81 |
-
examples = gr.Examples(inputs=[prompt])
|
82 |
|
83 |
with gr.Tab("⚙️ Settings"):
|
84 |
with gr.Row():
|
|
|
78 |
btn = gr.Button("Generate", variant="primary")
|
79 |
|
80 |
with gr.Accordion("Examples", open=False):
|
81 |
+
examples = gr.Examples(load_examples(), inputs=[prompt])
|
82 |
|
83 |
with gr.Tab("⚙️ Settings"):
|
84 |
with gr.Row():
|