Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -762,7 +762,6 @@ with gr.Blocks(title="Audio Mastering Suite", theme=gr.themes.Soft()) as demo:
|
|
| 762 |
)
|
| 763 |
ai_recommend_btn = gr.Button("AI Recommend", variant="secondary")
|
| 764 |
auto_master_btn = gr.Button("Auto Master", variant="primary")
|
| 765 |
-
super_ai_btn = gr.Button("\U0001f9e0 Super AI (beta)", variant="primary")
|
| 766 |
target_dropdown = gr.Dropdown(
|
| 767 |
label="Target LUFS",
|
| 768 |
choices=["-14 (Streaming)", "-11 (CD)", "Custom"],
|
|
@@ -774,6 +773,8 @@ with gr.Blocks(title="Audio Mastering Suite", theme=gr.themes.Soft()) as demo:
|
|
| 774 |
visible=False,
|
| 775 |
)
|
| 776 |
|
|
|
|
|
|
|
| 777 |
# Disable browser password autofill on the AI key field
|
| 778 |
gr.HTML("""<script>
|
| 779 |
document.addEventListener('DOMContentLoaded', function() {
|
|
|
|
| 762 |
)
|
| 763 |
ai_recommend_btn = gr.Button("AI Recommend", variant="secondary")
|
| 764 |
auto_master_btn = gr.Button("Auto Master", variant="primary")
|
|
|
|
| 765 |
target_dropdown = gr.Dropdown(
|
| 766 |
label="Target LUFS",
|
| 767 |
choices=["-14 (Streaming)", "-11 (CD)", "Custom"],
|
|
|
|
| 773 |
visible=False,
|
| 774 |
)
|
| 775 |
|
| 776 |
+
super_ai_btn = gr.Button("\U0001f9e0 Super AI (beta)", variant="primary", size="lg")
|
| 777 |
+
|
| 778 |
# Disable browser password autofill on the AI key field
|
| 779 |
gr.HTML("""<script>
|
| 780 |
document.addEventListener('DOMContentLoaded', function() {
|