Update app.py
Browse files
app.py
CHANGED
|
@@ -481,7 +481,7 @@ a:hover {
|
|
| 481 |
|
| 482 |
# --- Gradio UI Layout ---
|
| 483 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 484 |
-
|
| 485 |
with gr.Column(elem_id="col-container"):
|
| 486 |
|
| 487 |
# HOME Badge
|
|
|
|
| 481 |
|
| 482 |
# --- Gradio UI Layout ---
|
| 483 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 484 |
+
gr.LoginButton(value="Option: HuggingFace 'Login' for extra GPU quota +", size="sm")
|
| 485 |
with gr.Column(elem_id="col-container"):
|
| 486 |
|
| 487 |
# HOME Badge
|