Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -510,16 +510,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
510 |
# submit1 = gr.Button("Generate")
|
511 |
|
512 |
|
513 |
-
|
514 |
-
gr.Markdown("""<div style="text-align: justify;"> After sampling a new model or inverting, you can download the model below.""")
|
515 |
-
|
516 |
-
with gr.Row():
|
517 |
-
file_output = gr.File(label="Download Sampled Model", container=True, interactive=False)
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
# invert_button.click(fn=run_inversion,
|
524 |
# inputs=[input_image, pcs, epochs, weight_decay,lr],
|
525 |
# outputs = [image_slider, file_output])
|
|
|
510 |
# submit1 = gr.Button("Generate")
|
511 |
|
512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
# invert_button.click(fn=run_inversion,
|
514 |
# inputs=[input_image, pcs, epochs, weight_decay,lr],
|
515 |
# outputs = [image_slider, file_output])
|