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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ 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
- option1 = gr.Button(label="1")
99
  #options = gr.Radio(choices=["One", "Two", "Three", "Four", "Five"])
100
  latestConvo = gr.Textbox(label="Running conversation")
101
  #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.Radio(choices=["One", "Two", "Three", "Four", "Five"])
99
  latestConvo = gr.Textbox(label="Running conversation")
100
  #transcribe_btn.click(inference)