attashe commited on
Commit
76063d4
·
1 Parent(s): 358ce6d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -756,7 +756,7 @@ If you're having issues, try converting your reference audio to WAV or MP3, clip
756
  """
757
  )
758
 
759
- last_used_custom = files("f5_tts").joinpath("infer/.cache/last_used_custom.txt")
760
 
761
  def load_last_used_custom():
762
  try:
 
756
  """
757
  )
758
 
759
+ last_used_custom = "" # files("f5_tts").joinpath("infer/.cache/last_used_custom.txt")
760
 
761
  def load_last_used_custom():
762
  try: