Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|