Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -181,6 +181,7 @@ with gr.Blocks(theme="ocean", title="Flux.1 Fill dev", css=CSS) as demo:
|
|
| 181 |
],
|
| 182 |
outputs = [image_out, seed]
|
| 183 |
)
|
|
|
|
| 184 |
with gr.Tab("Outpainting"):
|
| 185 |
with gr.Row():
|
| 186 |
with gr.Column():
|
|
@@ -221,6 +222,7 @@ with gr.Blocks(theme="ocean", title="Flux.1 Fill dev", css=CSS) as demo:
|
|
| 221 |
],
|
| 222 |
outputs = [image_exp, op_seed]
|
| 223 |
)
|
|
|
|
| 224 |
|
| 225 |
if __name__ == "__main__":
|
| 226 |
demo.queue(api_open=False).launch(show_api=False, share=False)
|
|
|
|
| 181 |
],
|
| 182 |
outputs = [image_out, seed]
|
| 183 |
)
|
| 184 |
+
"""
|
| 185 |
with gr.Tab("Outpainting"):
|
| 186 |
with gr.Row():
|
| 187 |
with gr.Column():
|
|
|
|
| 222 |
],
|
| 223 |
outputs = [image_exp, op_seed]
|
| 224 |
)
|
| 225 |
+
"""
|
| 226 |
|
| 227 |
if __name__ == "__main__":
|
| 228 |
demo.queue(api_open=False).launch(show_api=False, share=False)
|