Bagus commited on
Commit
04d7342
·
verified ·
1 Parent(s): 7d77cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ inputs = [
83
  gr.Audio(sources=["microphone", "upload"], type="filepath", label="Speaker #1"),
84
  gr.Audio(sources=["microphone", "upload"], type="filepath", label="Speaker #2"),
85
  ]
86
- output = gr.outputs.HTML(label="")
87
 
88
 
89
  description = (
 
83
  gr.Audio(sources=["microphone", "upload"], type="filepath", label="Speaker #1"),
84
  gr.Audio(sources=["microphone", "upload"], type="filepath", label="Speaker #2"),
85
  ]
86
+ output = gr.HTML(label="")
87
 
88
 
89
  description = (