mpasila commited on
Commit
1b75085
·
verified ·
1 Parent(s): d719f2b

Added notice about CPU

Browse files

The 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.

Files changed (1) hide show
  1. app.py +1 -0
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():