Spaces:
Running
Running
Fixed the text
Browse files
app.py
CHANGED
@@ -399,8 +399,7 @@ def create_ui():
|
|
399 |
|
400 |
"""Create the Gradio UI."""
|
401 |
with gr.Blocks(theme=my_theme, css=custom_css) as demo:
|
402 |
-
gr.Markdown("# Higgs Audio Text-to-Speech Playground")
|
403 |
-
gr.Markdown("This Space is running on CPU so I would recommend you duplicate this Space and select a GPU to run it much faster..")
|
404 |
|
405 |
# Main UI section
|
406 |
with gr.Row():
|
|
|
399 |
|
400 |
"""Create the Gradio UI."""
|
401 |
with gr.Blocks(theme=my_theme, css=custom_css) as demo:
|
402 |
+
gr.Markdown("# Higgs Audio Text-to-Speech Playground\nThis Space is running on CPU so I would recommend you duplicate this Space and select a GPU to run it much faster..")
|
|
|
403 |
|
404 |
# Main UI section
|
405 |
with gr.Row():
|