gdnartea commited on
Commit
4ade773
·
verified ·
1 Parent(s): 2409215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -145,7 +145,7 @@ def CanaryPhiVits(user_voice):
145
  iface = gr.Interface(
146
  fn=CanaryPhiVits,
147
  title="Chatty Ashe",
148
- theme="gstaff/xkcd",
149
 
150
  inputs=gr.Audio(
151
  sources=["microphone", "upload"],
@@ -153,8 +153,7 @@ iface = gr.Interface(
153
  type="filepath",
154
  format="wav",
155
  ),
156
- outputs=gr.Audio(
157
- "response.wav",
158
  label="Output Audio"
159
  ),
160
  )
 
145
  iface = gr.Interface(
146
  fn=CanaryPhiVits,
147
  title="Chatty Ashe",
148
+ #theme="gstaff/xkcd",
149
 
150
  inputs=gr.Audio(
151
  sources=["microphone", "upload"],
 
153
  type="filepath",
154
  format="wav",
155
  ),
156
+ outputs=gr.Audio(
 
157
  label="Output Audio"
158
  ),
159
  )