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

Fixed the text

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