Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -528,8 +528,9 @@ with gr.Blocks(css="style.css") as demo:
|
|
528 |
|
529 |
|
530 |
submit2 = gr.Button("Generate")
|
|
|
|
|
531 |
|
532 |
-
file_output2 = gr.File(label="Download Inverted Model", container=True, interactive=False)
|
533 |
|
534 |
|
535 |
|
|
|
528 |
|
529 |
|
530 |
submit2 = gr.Button("Generate")
|
531 |
+
file_output2 = gr.File(label="Download Inverted Model", container=True, interactive=False)
|
532 |
+
|
533 |
|
|
|
534 |
|
535 |
|
536 |
|