Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -701,7 +701,7 @@ a:hover {
|
|
| 701 |
|
| 702 |
# Build the Gradio interface
|
| 703 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 704 |
-
|
| 705 |
# HOME Badge
|
| 706 |
gr.HTML("""
|
| 707 |
<div style="text-align: center; margin: 20px 0 10px 0;">
|
|
|
|
| 701 |
|
| 702 |
# Build the Gradio interface
|
| 703 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
| 704 |
+
gr.LoginButton(value="Option: HuggingFace 'Login' for extra GPU quota +", size="sm")
|
| 705 |
# HOME Badge
|
| 706 |
gr.HTML("""
|
| 707 |
<div style="text-align: center; margin: 20px 0 10px 0;">
|