Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|