diff --git a/vall_e/demo.py b/vall_e/demo.py
index c7cfa00..ae4b7f2 100644
--- a/vall_e/demo.py
+++ b/vall_e/demo.py
@@ -246,7 +246,7 @@ def main():
if args.random_prompts:
html = html.replace("
Our VALL-E | \n\t\t\t\t\tGround Truth | ", "Our VALL-E (No LoRA) | \n\t\t\t\t\tOur VALL-E (LoRA) | ")
else:
- html = html.replace("Our VALL-E | ", "Our VALL-E (No LoRA) | \n\t\t\t\t\t<Our VALL-E (LoRA) | ")
+ html = html.replace("Our VALL-E | ", "Our VALL-E (No LoRA) | \n\t\t\t\t\tOur VALL-E (LoRA) | ")
# write demo page
open( args.demo_dir / "index.html", "w", encoding="utf-8" ).write( html )