Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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.")
|