Spaces:
Running
on
Zero
Running
on
Zero
amildravid4292
commited on
Commit
•
6e50401
1
Parent(s):
7815777
Update app.py
Browse files
app.py
CHANGED
@@ -497,10 +497,10 @@ with gr.Blocks(css="style.css") as demo:
|
|
497 |
|
498 |
|
499 |
|
500 |
-
|
501 |
|
502 |
-
|
503 |
-
|
504 |
|
505 |
|
506 |
|
|
|
497 |
|
498 |
|
499 |
|
500 |
+
gr.Markdown("""<div style="text-align: justify;"> After sampling a new model or inverting, you can download the model below.""")
|
501 |
|
502 |
+
with gr.Row():
|
503 |
+
file_output = gr.File(label="Download Sampled Model", container=True, interactive=False)
|
504 |
|
505 |
|
506 |
|