cazyundee commited on
Commit
873b880
·
verified ·
1 Parent(s): 1fc2a60

Avoid non-ASCII startup UI output

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -181,9 +181,9 @@ def specs():
181
  return JSONResponse(get_specs())
182
 
183
 
184
- with gr.Blocks(title="Stable Audio 3 Small") as demo:
185
- gr.Markdown("# 🎵 Stable Audio 3 Small - Music & SFX Generation")
186
- gr.Markdown("Generate music and sound effects using Stability AI's Stable Audio 3 Small models. Runs on CPU.")
187
 
188
  with gr.Row():
189
  with gr.Column():
 
181
  return JSONResponse(get_specs())
182
 
183
 
184
+ with gr.Blocks(title="Respite API") as demo:
185
+ gr.Markdown("# Respite API - Music & SFX Generation")
186
+ gr.Markdown("Generate music and sound effects using Stability AI's Stable Audio 3 Small models.")
187
 
188
  with gr.Row():
189
  with gr.Column():