broadfield commited on
Commit
9e8183c
·
verified ·
1 Parent(s): 1d52f81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate(prompt,history,max_new_tokens,seed):
45
  #print(output)
46
  #yield output
47
  def tts(inp):
48
- yield from pp.stream_ttx(inp)
49
  with gr.Blocks() as iface:
50
  stt=gr.State()
51
  gr.HTML("""""")
 
45
  #print(output)
46
  #yield output
47
  def tts(inp):
48
+ yield from pp.stream_tts(inp)
49
  with gr.Blocks() as iface:
50
  stt=gr.State()
51
  gr.HTML("""""")