qiqiWav commited on
Commit
2f24e2c
β€’
1 Parent(s): 2dcf85f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,11 +69,11 @@ iface = gr.Interface(
69
  allow_flagging="never"
70
  )
71
 
72
- theme = gr.themes.Soft(text_size="lg")
73
  with gr.Blocks(theme=theme) as demo:
74
  with gr.Row(variant="panel'"):
75
  gr.Markdown(value="## πŸš€ Unleash the Power of Custom GGML Quantized Models! ⚑"),
76
- gr.LoginButton(min_width=350)
77
 
78
  gr.Markdown(value="🚨 **IMPORTANT:** You **MUST** grant access to the model repository before use.")
79
  gr.Markdown(value="πŸ”” You **MUST** be logged in to use this service.")
 
69
  allow_flagging="never"
70
  )
71
 
72
+ theme = gr.themes.Soft(text_size="lg", spacing_size="lg")
73
  with gr.Blocks(theme=theme) as demo:
74
  with gr.Row(variant="panel'"):
75
  gr.Markdown(value="## πŸš€ Unleash the Power of Custom GGML Quantized Models! ⚑"),
76
+ gr.LoginButton(min_width=380)
77
 
78
  gr.Markdown(value="🚨 **IMPORTANT:** You **MUST** grant access to the model repository before use.")
79
  gr.Markdown(value="πŸ”” You **MUST** be logged in to use this service.")