Update app.py
Browse files
app.py
CHANGED
|
@@ -608,7 +608,7 @@ a:hover {
|
|
| 608 |
|
| 609 |
# Build the Gradio interface
|
| 610 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 611 |
-
|
| 612 |
# HOME Badge
|
| 613 |
gr.HTML("""
|
| 614 |
<div style="text-align: center; margin: 20px 0 10px 0;">
|
|
|
|
| 608 |
|
| 609 |
# Build the Gradio interface
|
| 610 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 611 |
+
gr.LoginButton(value="Option: HuggingFace 'Login' for extra GPU quota +", size="sm")
|
| 612 |
# HOME Badge
|
| 613 |
gr.HTML("""
|
| 614 |
<div style="text-align: center; margin: 20px 0 10px 0;">
|