Squaad AI commited on
Commit
21205f3
·
verified ·
1 Parent(s): 9840e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -194,14 +194,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
194
  value=25,
195
  )
196
 
197
- gr.Examples(
198
- examples=examples,
199
- inputs=prompt,
200
- outputs=result,
201
- fn=generate,
202
- cache_examples=CACHE_EXAMPLES,
203
- )
204
-
205
  use_negative_prompt.change(
206
  fn=lambda x: gr.update(visible=x),
207
  inputs=use_negative_prompt,
 
194
  value=25,
195
  )
196
 
 
 
 
 
 
 
 
 
197
  use_negative_prompt.change(
198
  fn=lambda x: gr.update(visible=x),
199
  inputs=use_negative_prompt,