Spaces:
Running
Running
MekkCyber
commited on
Commit
·
16b6081
1
Parent(s):
47efb70
fix
Browse files
app.py
CHANGED
|
@@ -204,7 +204,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
| 204 |
)
|
| 205 |
with gr.Column():
|
| 206 |
quantize_button = gr.Button("Quantize and Save Model", variant="primary")
|
| 207 |
-
output_link = gr.Markdown(label="Quantized Model Link", container=True)
|
| 208 |
|
| 209 |
|
| 210 |
# Adding CSS styles for the username box
|
|
|
|
| 204 |
)
|
| 205 |
with gr.Column():
|
| 206 |
quantize_button = gr.Button("Quantize and Save Model", variant="primary")
|
| 207 |
+
output_link = gr.Markdown(label="Quantized Model Link", container=True, min_height=40)
|
| 208 |
|
| 209 |
|
| 210 |
# Adding CSS styles for the username box
|