Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ css="""
|
|
25 |
"""
|
26 |
|
27 |
with gr.Blocks(css=css) as demo:
|
28 |
-
with gr.Column():
|
29 |
gr.HTML("""
|
30 |
<h2 style="text-align: center;">
|
31 |
AudioGen: Textually-guided audio generation
|
|
|
25 |
"""
|
26 |
|
27 |
with gr.Blocks(css=css) as demo:
|
28 |
+
with gr.Column(elem_id="col-container"):
|
29 |
gr.HTML("""
|
30 |
<h2 style="text-align: center;">
|
31 |
AudioGen: Textually-guided audio generation
|