Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -424,7 +424,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 424 |
|
| 425 |
with gr.Row():
|
| 426 |
invert_button = gr.Button("⬆️ Invert")
|
| 427 |
-
|
|
|
|
| 428 |
|
| 429 |
|
| 430 |
with gr.Column():
|
|
@@ -474,8 +475,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 474 |
|
| 475 |
gr.Markdown("""<div style="text-align: justify;"> After sampling a new model or inverting, you can download the model below.""")
|
| 476 |
|
| 477 |
-
with gr.Row():
|
| 478 |
-
|
| 479 |
|
| 480 |
|
| 481 |
|
|
|
|
| 424 |
|
| 425 |
with gr.Row():
|
| 426 |
invert_button = gr.Button("⬆️ Invert")
|
| 427 |
+
with gr.Row():
|
| 428 |
+
file_output = gr.File(label="Download Sampled/Inverted Model", container=True, interactive=False)
|
| 429 |
|
| 430 |
|
| 431 |
with gr.Column():
|
|
|
|
| 475 |
|
| 476 |
gr.Markdown("""<div style="text-align: justify;"> After sampling a new model or inverting, you can download the model below.""")
|
| 477 |
|
| 478 |
+
#with gr.Row():
|
| 479 |
+
# file_output = gr.File(label="Download Sampled/Inverted Model", container=True, interactive=False)
|
| 480 |
|
| 481 |
|
| 482 |
|