Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -182,9 +182,6 @@ with gr.Blocks(css=css) as demo:
|
|
182 |
value=1.0
|
183 |
)
|
184 |
|
185 |
-
with gr.Row():
|
186 |
-
|
187 |
-
|
188 |
gr.Examples(examples=examples, inputs=[prompt], outputs=[result, seed], fn=infer, cache_examples=True, cache_mode="lazy")
|
189 |
|
190 |
gr.on(
|
|
|
182 |
value=1.0
|
183 |
)
|
184 |
|
|
|
|
|
|
|
185 |
gr.Examples(examples=examples, inputs=[prompt], outputs=[result, seed], fn=infer, cache_examples=True, cache_mode="lazy")
|
186 |
|
187 |
gr.on(
|