shukdevdatta123 commited on
Commit
c120dc7
·
verified ·
1 Parent(s): 99ef324

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -45,7 +45,6 @@ def preprocess_audio_to_npz(audio_path):
45
  dummy_text = "Dummy text for history prompt generation."
46
  semantic_tokens = generate_text_semantic(
47
  text=dummy_text,
48
- max_gen_len=512,
49
  temp=0.7,
50
  silent=True
51
  )
 
45
  dummy_text = "Dummy text for history prompt generation."
46
  semantic_tokens = generate_text_semantic(
47
  text=dummy_text,
 
48
  temp=0.7,
49
  silent=True
50
  )