Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -194,6 +194,7 @@ with gr.Blocks() as demo_blocks:
|
|
194 |
with gr.Group():
|
195 |
with gr.Row():
|
196 |
inp_text = gr.Textbox(label="Story prompt", info="Enter text here")
|
|
|
197 |
with gr.Accordion("Advanced settings", open=False):
|
198 |
voice_preset = gr.Dropdown(
|
199 |
voice_presets_dict,
|
@@ -226,7 +227,7 @@ with gr.Blocks() as demo_blocks:
|
|
226 |
generate_audio_and_image,
|
227 |
cache_examples=True,
|
228 |
)
|
229 |
-
|
230 |
gr.Markdown(
|
231 |
"""
|
232 |
This Space uses **[Bark](https://huggingface.co/docs/transformers/main/en/model_doc/bark)**, [Mistral-7b-instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) and [Fast SD-XL](https://huggingface.co/spaces/openskyml/fast-sdxl-stable-diffusion-xl)!
|
|
|
194 |
with gr.Group():
|
195 |
with gr.Row():
|
196 |
inp_text = gr.Textbox(label="Story prompt", info="Enter text here")
|
197 |
+
with gr.Row():
|
198 |
with gr.Accordion("Advanced settings", open=False):
|
199 |
voice_preset = gr.Dropdown(
|
200 |
voice_presets_dict,
|
|
|
227 |
generate_audio_and_image,
|
228 |
cache_examples=True,
|
229 |
)
|
230 |
+
with gr.Row():
|
231 |
gr.Markdown(
|
232 |
"""
|
233 |
This Space uses **[Bark](https://huggingface.co/docs/transformers/main/en/model_doc/bark)**, [Mistral-7b-instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) and [Fast SD-XL](https://huggingface.co/spaces/openskyml/fast-sdxl-stable-diffusion-xl)!
|