Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,10 @@ 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 |
|
192 |
iface.render()
|
193 |
|
|
|
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 |
|