Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ demo = gr.Interface(
|
|
| 78 |
fn=tts_inference,
|
| 79 |
inputs=demo_inputs,
|
| 80 |
outputs=demo_output,
|
| 81 |
-
title="Amphion
|
| 82 |
)
|
| 83 |
|
| 84 |
if __name__ == "__main__":
|
|
|
|
| 78 |
fn=tts_inference,
|
| 79 |
inputs=demo_inputs,
|
| 80 |
outputs=demo_output,
|
| 81 |
+
title="Amphion Text-to-Speech",
|
| 82 |
)
|
| 83 |
|
| 84 |
if __name__ == "__main__":
|