Bils commited on
Commit
21c490c
·
verified ·
1 Parent(s): e33e34e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css=css) as demo:
113
  <div id="header-subtitle">Transform your images into descriptive captions and immersive soundscapes.</div>
114
  """)
115
 
116
- with gr.Box(elem_id="main-container"):
117
  gr.Markdown("""
118
  ### How It Works
119
  1. **Upload an Image**: Select an image to analyze.
@@ -127,7 +127,7 @@ with gr.Blocks(css=css) as demo:
127
  generate_sound_button = gr.Button("Generate Sound", elem_classes="primary-button")
128
  audio_output = gr.Audio(label="Generated Sound Effect", interactive=False)
129
 
130
- with gr.Box():
131
  gr.Markdown("""
132
  ## About This App
133
  This application uses advanced machine learning models to transform images into text captions and generate matching sound effects. It's a unique blend of visual and auditory creativity, powered by state-of-the-art AI technology.
 
113
  <div id="header-subtitle">Transform your images into descriptive captions and immersive soundscapes.</div>
114
  """)
115
 
116
+ with gr.Group(elem_id="main-container"):
117
  gr.Markdown("""
118
  ### How It Works
119
  1. **Upload an Image**: Select an image to analyze.
 
127
  generate_sound_button = gr.Button("Generate Sound", elem_classes="primary-button")
128
  audio_output = gr.Audio(label="Generated Sound Effect", interactive=False)
129
 
130
+ with gr.Group():
131
  gr.Markdown("""
132
  ## About This App
133
  This application uses advanced machine learning models to transform images into text captions and generate matching sound effects. It's a unique blend of visual and auditory creativity, powered by state-of-the-art AI technology.