broadfield commited on
Commit
a855168
·
verified ·
1 Parent(s): 9241ac6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generate(prompt,history,max_new_tokens,seed):
38
  for response in stream:
39
  output += response.token.text
40
  #yield output
41
- yield from pp.stream_ttx(output)
42
 
43
  with gr.Blocks() as iface:
44
  gr.HTML("""""")
 
38
  for response in stream:
39
  output += response.token.text
40
  #yield output
41
+ yield from pp.stream_tts(output)
42
 
43
  with gr.Blocks() as iface:
44
  gr.HTML("""""")