prithivMLmods commited on
Commit
9118d80
·
verified ·
1 Parent(s): 48a6837

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def generate(
58
  repetition_penalty: float = 1.2,
59
  ) -> Iterator[str] | str:
60
 
61
- is_tts = message.strip().startswith("edgetts@tts")
62
  is_text_only = message.strip().startswith("@text")
63
 
64
  # Remove special tags
 
58
  repetition_penalty: float = 1.2,
59
  ) -> Iterator[str] | str:
60
 
61
+ is_tts = message.strip().startswith("@tts")
62
  is_text_only = message.strip().startswith("@text")
63
 
64
  # Remove special tags