Omnibus commited on
Commit
c034aa2
1 Parent(s): dd9aab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks() as app:
284
  url_btn = gr.Button("Load Video")
285
  vid = gr.Video()
286
  trans_btn=gr.Button("Transcribe")
287
- trans = gr.Textbox()
288
  chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
289
 
290
  with gr.Row():
 
284
  url_btn = gr.Button("Load Video")
285
  vid = gr.Video()
286
  trans_btn=gr.Button("Transcribe")
287
+ trans = gr.Textbox(interactive=True)
288
  chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
289
 
290
  with gr.Row():