asahi417 commited on
Commit
784826f
1 Parent(s): 36770ab
Files changed (1) hide show
  1. app.py +1 -2
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=["text", "text"],
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,