amildravid4292 commited on
Commit
9f8dac9
·
verified ·
1 Parent(s): a8f14f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- file_output = gr.File(label="Download Sampled/Inverted Model", container=True, interactive=False)
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