cotxetj commited on
Commit
55b4026
1 Parent(s): 3d57e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ demo = gr.Interface(
76
  gr.Audio(label="Record an audio", sources="microphone", type="numpy"),
77
  ],
78
  outputs=[
79
- gr.Text(label="Text translation")|gr.Audio(label="Audio translation"),
80
  ],
81
  title=title,
82
  description=description,
 
76
  gr.Audio(label="Record an audio", sources="microphone", type="numpy"),
77
  ],
78
  outputs=[
79
+ gr.Text(label="Text translation"),gr.Audio(label="Audio translation")
80
  ],
81
  title=title,
82
  description=description,