Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
·
8ee44f6
1
Parent(s):
c91bff5
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ with gr.Blocks() as demo:
|
|
179 |
#audio_intelligence_options = gr.CheckboxGroup(audio_intelligence_list, label="Audio Intelligence Options")
|
180 |
b1 = gr.Button('Transcribe')
|
181 |
|
182 |
-
|
183 |
with gr.TabItem('Transcript') as transcript_tab:
|
184 |
transcript = gr.Textbox(label = "Transcript Result" )
|
185 |
with gr.TabItem('Summary', visible = False) as summary_tab:
|
|
|
179 |
#audio_intelligence_options = gr.CheckboxGroup(audio_intelligence_list, label="Audio Intelligence Options")
|
180 |
b1 = gr.Button('Transcribe')
|
181 |
|
182 |
+
with gr.Tabs():
|
183 |
with gr.TabItem('Transcript') as transcript_tab:
|
184 |
transcript = gr.Textbox(label = "Transcript Result" )
|
185 |
with gr.TabItem('Summary', visible = False) as summary_tab:
|