olegshulyakov commited on
Commit
81a1055
·
verified ·
1 Parent(s): d48bb47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -187,10 +187,7 @@ iface = gr.Interface(
187
  # Create Gradio interface
188
  with gr.Blocks(css=css) as demo:
189
  gr.Markdown("You must be logged in to use MLX-my-repo.")
190
-
191
- loginButton = gr.LoginButton(variant="huggingface", min_width=250)
192
-
193
- loginButton.activate()
194
 
195
  iface.render()
196
 
 
187
  # Create Gradio interface
188
  with gr.Blocks(css=css) as demo:
189
  gr.Markdown("You must be logged in to use MLX-my-repo.")
190
+ gr.LoginButton()
 
 
 
191
 
192
  iface.render()
193