Update app.py
Browse files
app.py
CHANGED
|
@@ -208,6 +208,7 @@ with gr.Blocks(css=css, theme=theme, fill_width= False) as app:
|
|
| 208 |
examples = examples,
|
| 209 |
inputs = [prompt],
|
| 210 |
)
|
|
|
|
| 211 |
|
| 212 |
|
| 213 |
with gr.Tab("Extended settings"):
|
|
|
|
| 208 |
examples = examples,
|
| 209 |
inputs = [prompt],
|
| 210 |
)
|
| 211 |
+
|
| 212 |
|
| 213 |
|
| 214 |
with gr.Tab("Extended settings"):
|