CRIMJOBBERS commited on
Commit
b9f60b9
·
verified ·
1 Parent(s): 7d09bf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -151,4 +151,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
151
  audio_input = gr.Audio(sources=["microphone"], type="filepath", label="Speak Now")
152
  direction_voice = gr.Dropdown(choices=list(MODEL_MAP.keys()), label="Translation Direction", value="English → Swahili")
153
  tone_voice = gr.Radio(choices=list(TONE_MODIFIERS.keys()), label="Tone", value="Neutral")
154
- voice_output = gr.Text
 
 
 
151
  audio_input = gr.Audio(sources=["microphone"], type="filepath", label="Speak Now")
152
  direction_voice = gr.Dropdown(choices=list(MODEL_MAP.keys()), label="Translation Direction", value="English → Swahili")
153
  tone_voice = gr.Radio(choices=list(TONE_MODIFIERS.keys()), label="Tone", value="Neutral")
154
+ voice_output = gr.Text
155
+
156
+ demo.launch()