Update app.py (#53)
Browse files- Update app.py (9ede929a89876405dd2c5235ca4cd7ea42db28e7)
app.py
CHANGED
@@ -173,7 +173,7 @@ iface = gr.Interface(
|
|
173 |
description="The space takes an HF repo as an input, quantises it and creates a Public repo containing the selected quant under your HF user namespace.",
|
174 |
)
|
175 |
with gr.Blocks() as demo:
|
176 |
-
gr.
|
177 |
gr.LoginButton(min_width=250)
|
178 |
iface.render()
|
179 |
|
|
|
173 |
description="The space takes an HF repo as an input, quantises it and creates a Public repo containing the selected quant under your HF user namespace.",
|
174 |
)
|
175 |
with gr.Blocks() as demo:
|
176 |
+
gr.Markdown("You must be logged in to use GGUF-my-repo.")
|
177 |
gr.LoginButton(min_width=250)
|
178 |
iface.render()
|
179 |
|