cutiee82 commited on
Commit
bb97b87
·
verified ·
1 Parent(s): ddbca23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -77,7 +77,11 @@ with gr.Blocks(
77
  )
78
  btn = gr.Button("Generate", variant="primary")
79
 
80
- examples = gr.Examples(_load_examples(), inputs=[prompt])
 
 
 
 
81
 
82
  with gr.Tab("⚙️ Settings"):
83
  with gr.Row():
 
77
  )
78
  btn = gr.Button("Generate", variant="primary")
79
 
80
+ examples = gr.Examples(
81
+ _load_examples(),
82
+ inputs=[prompt],
83
+ cache_examples=False
84
+ )
85
 
86
  with gr.Tab("⚙️ Settings"):
87
  with gr.Row():