Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def update_ito_output(all_results, selected_step):
|
|
164 |
|
165 |
""" APP display """
|
166 |
with gr.Blocks() as demo:
|
167 |
-
gr.Markdown("# ITO-Master: Inference Time Optimization for Audio Effects Modeling of Music Mastering Processors
|
168 |
with gr.Row():
|
169 |
with gr.Column(scale=2):
|
170 |
gr.HTML("""
|
|
|
164 |
|
165 |
""" APP display """
|
166 |
with gr.Blocks() as demo:
|
167 |
+
gr.Markdown("# ITO-Master: Inference Time Optimization for Audio Effects Modeling of Music Mastering Processors")
|
168 |
with gr.Row():
|
169 |
with gr.Column(scale=2):
|
170 |
gr.HTML("""
|