KingNish commited on
Commit
2021daa
1 Parent(s): 39f7f02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ async def generate1(prompt):
120
  with gr.Blocks(css="style.css") as demo:
121
  gr.Markdown(DESCRIPTION)
122
  with gr.Row():
123
- user_input = gr.Audio(label="Voice Chat (BETA)".type="filepath")
124
  output_audio = gr.Audio(label="JARVIS", type="filepath",
125
  interactive=False,
126
  autoplay=True,
 
120
  with gr.Blocks(css="style.css") as demo:
121
  gr.Markdown(DESCRIPTION)
122
  with gr.Row():
123
+ user_input = gr.Audio(label="Voice Chat (BETA)", type="filepath")
124
  output_audio = gr.Audio(label="JARVIS", type="filepath",
125
  interactive=False,
126
  autoplay=True,