Spaces:
Running
on
Zero
Running
on
Zero
fix
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ mf_transcribe = gr.Interface(
|
|
82 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
83 |
gr.Radio(["ja", "en"], label="Output Language", value="ja")
|
84 |
],
|
85 |
-
outputs=["
|
86 |
title=title,
|
87 |
description=description,
|
88 |
allow_flagging="never",
|
@@ -94,7 +94,6 @@ file_transcribe = gr.Interface(
|
|
94 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
95 |
gr.Radio(["ja", "en"], label="Output Language", value="ja")
|
96 |
],
|
97 |
-
# outputs=["text", "text"],
|
98 |
outputs=[gr.Textbox(label="Text"), gr.Textbox(label="Text (with timestamp)")],
|
99 |
title=title,
|
100 |
description=description,
|
|
|
82 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
83 |
gr.Radio(["ja", "en"], label="Output Language", value="ja")
|
84 |
],
|
85 |
+
outputs=[gr.Textbox(label="Text"), gr.Textbox(label="Text (with timestamp)")],
|
86 |
title=title,
|
87 |
description=description,
|
88 |
allow_flagging="never",
|
|
|
94 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
95 |
gr.Radio(["ja", "en"], label="Output Language", value="ja")
|
96 |
],
|
|
|
97 |
outputs=[gr.Textbox(label="Text"), gr.Textbox(label="Text (with timestamp)")],
|
98 |
title=title,
|
99 |
description=description,
|