Chandranshu Jain
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ file_transcribe = gr.Interface(
|
|
47 |
type="filepath"),
|
48 |
outputs="audio",
|
49 |
#outputs=gr.Audio(label="Translated Message"),
|
50 |
-
allow_flagging="never"
|
51 |
)
|
52 |
with demo:
|
53 |
gr.TabbedInterface(
|
|
|
47 |
type="filepath"),
|
48 |
outputs="audio",
|
49 |
#outputs=gr.Audio(label="Translated Message"),
|
50 |
+
allow_flagging="never"
|
51 |
)
|
52 |
with demo:
|
53 |
gr.TabbedInterface(
|