Spaces:
Running
Running
Added notice about CPU
Browse filesThe previous version just made this work without ZeroGPU but this just adds a notice about how this space is running on CPU so you should duplicate it with a GPU.
app.py
CHANGED
@@ -400,6 +400,7 @@ def create_ui():
|
|
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 |
|
404 |
# Main UI section
|
405 |
with gr.Row():
|
|
|
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():
|