MekkCyber commited on
Commit
16b6081
·
1 Parent(s): 47efb70
Files changed (1) hide show
  1. app.py +1 -1
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