fffiloni commited on
Commit
dacbe56
·
verified ·
1 Parent(s): f3bc24f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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