Spaces:
Sleeping
Sleeping
bhavyagiri
commited on
Commit
·
8005b73
1
Parent(s):
fb38dfe
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
|
|
63 |
with gr.Column():
|
64 |
in_query = gr.Textbox(lines=1, placeholder="What's your Question", label="Query")
|
65 |
ans_btn = gr.Button("Answer")
|
66 |
-
out_query = gr.outputs.Textbox()
|
67 |
|
68 |
|
69 |
transcribe_btn.click(fn=yt_transcribe, inputs=in_yt, outputs=[out_yt_html,out_yt_text])
|
|
|
63 |
with gr.Column():
|
64 |
in_query = gr.Textbox(lines=1, placeholder="What's your Question", label="Query")
|
65 |
ans_btn = gr.Button("Answer")
|
66 |
+
out_query = gr.outputs.Textbox(lable="Answer")
|
67 |
|
68 |
|
69 |
transcribe_btn.click(fn=yt_transcribe, inputs=in_yt, outputs=[out_yt_html,out_yt_text])
|