reach-vb HF staff commited on
Commit
b9d5340
·
1 Parent(s): 5ba2c00

Update app.py (#53)

Browse files

- Update app.py (1035d98f27d1b62d0ed321b4ac654d18ea0b6786)

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