broadfield commited on
Commit
ce695b3
·
verified ·
1 Parent(s): c3aa9e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ def load_mod(model):
48
  yield f"Voice Loaded: {model}"
49
  def tts(inp,names,length,noise,width,sen_pause):
50
  print(inp)
 
51
  yield from pp.stream_tts(inp[-1][-1],names,length,noise,width,sen_pause)
52
  with gr.Blocks() as iface:
53
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel")
 
48
  yield f"Voice Loaded: {model}"
49
  def tts(inp,names,length,noise,width,sen_pause):
50
  print(inp)
51
+ print(inp[-1][-1])
52
  yield from pp.stream_tts(inp[-1][-1],names,length,noise,width,sen_pause)
53
  with gr.Blocks() as iface:
54
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel")