reach-vb HF staff commited on
Commit
9ede929
1 Parent(s): ec000c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.markdown("You must be logged in to use GGUF-my-repo.")
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