Spaces:
Sleeping
Sleeping
Squaad AI
commited on
Update app.py
Browse files
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,
|