fffiloni commited on
Commit
595b65e
1 Parent(s): ce7e2cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ def infer(audio_input, image_path, emotional_style):
45
 
46
  css="""
47
  #col-container{
48
- max-width: 840px;
 
49
  }
50
  """
51
  with gr.Blocks(css=css) as demo:
 
45
 
46
  css="""
47
  #col-container{
48
+ margin: 0 auto;
49
+ max-width: 940px;
50
  }
51
  """
52
  with gr.Blocks(css=css) as demo: