mskov commited on
Commit
21207ca
1 Parent(s): 4afd703

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,7 +94,8 @@ with gr.Blocks() as face:
94
  transcribe_btn = gr.Button(value="Transcribe")
95
  with gr.Column():
96
  script = gr.Textbox(label="Transcribed text")
97
- options = gr.Textbox(label="Predictions")
 
98
  #options = gr.Radio(choices=["One", "Two", "Three", "Four", "Five"])
99
  latestConvo = gr.Textbox(label="Running conversation")
100
  #transcribe_btn.click(inference)
 
94
  transcribe_btn = gr.Button(value="Transcribe")
95
  with gr.Column():
96
  script = gr.Textbox(label="Transcribed text")
97
+ #options = gr.Textbox(label="Predictions")
98
+ options = gr.Label()
99
  #options = gr.Radio(choices=["One", "Two", "Three", "Four", "Five"])
100
  latestConvo = gr.Textbox(label="Running conversation")
101
  #transcribe_btn.click(inference)