Spaces:
Running
Running
MekkCyber
commited on
Commit
·
0b80656
1
Parent(s):
e0cb38e
fix
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
192 |
# )
|
193 |
with gr.Column():
|
194 |
quantize_button = gr.Button("Quantize and Save Model", variant="primary")
|
195 |
-
output_link = gr.Markdown(label="Quantized Model Link")
|
196 |
|
197 |
gr.Markdown(
|
198 |
"""
|
|
|
192 |
# )
|
193 |
with gr.Column():
|
194 |
quantize_button = gr.Button("Quantize and Save Model", variant="primary")
|
195 |
+
output_link = gr.Markdown(label="Quantized Model Link", container=True)
|
196 |
|
197 |
gr.Markdown(
|
198 |
"""
|