cutiee82 commited on
Commit
dc7d8b0
·
verified ·
1 Parent(s): cb54dc7

Update app.py

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