Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
| 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.
|
| 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.
|