Spaces:
Runtime error
Runtime error
Avoid non-ASCII startup UI output
Browse files
app.py
CHANGED
|
@@ -181,9 +181,9 @@ def specs():
|
|
| 181 |
return JSONResponse(get_specs())
|
| 182 |
|
| 183 |
|
| 184 |
-
with gr.Blocks(title="
|
| 185 |
-
gr.Markdown("#
|
| 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():
|
|
|
|
| 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():
|