KingNish commited on
Commit
4c0f222
1 Parent(s): 5335399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks() as translate:
112
  output = gr.Textbox(label="Transcription and Translation", value="")
113
  latency_textbox = gr.Textbox(label="Latency (seconds)", value="0.0", scale=0)
114
  target_language_dropdown = gr.Dropdown(
115
- choices=["<|es|>", "<|fr|>", "<|de|>", "<|ja|>", "<|ru|>"],
116
  label="Target Language",
117
  value="<|es|>"
118
  )
 
112
  output = gr.Textbox(label="Transcription and Translation", value="")
113
  latency_textbox = gr.Textbox(label="Latency (seconds)", value="0.0", scale=0)
114
  target_language_dropdown = gr.Dropdown(
115
+ choices=["english", "french", "hindi", "spanish", "russian"],
116
  label="Target Language",
117
  value="<|es|>"
118
  )