Update app.py
Browse files
app.py
CHANGED
|
@@ -653,7 +653,7 @@ a:hover {
|
|
| 653 |
|
| 654 |
# Gradio Blocks ์ธํฐํ์ด์ค ์์ฑ
|
| 655 |
with gr.Blocks(fill_height=True, css=css, title="MMAudio Studio") as demo:
|
| 656 |
-
|
| 657 |
# HOME Badge
|
| 658 |
gr.HTML("""
|
| 659 |
<div style="text-align: center; margin: 20px 0 10px 0;">
|
|
|
|
| 653 |
|
| 654 |
# Gradio Blocks ์ธํฐํ์ด์ค ์์ฑ
|
| 655 |
with gr.Blocks(fill_height=True, css=css, title="MMAudio Studio") as demo:
|
| 656 |
+
gr.LoginButton(value="Option: HuggingFace 'Login' for extra GPU quota +", size="sm")
|
| 657 |
# HOME Badge
|
| 658 |
gr.HTML("""
|
| 659 |
<div style="text-align: center; margin: 20px 0 10px 0;">
|