Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ chat_interface = gr.ChatInterface(
|
|
153 |
)
|
154 |
|
155 |
with gr.Blocks() as demo:
|
156 |
-
|
157 |
|
158 |
"""
|
159 |
def clear_audio_input():
|
|
|
153 |
)
|
154 |
|
155 |
with gr.Blocks() as demo:
|
156 |
+
gr.TabbedInterface([transcribe_interface, chat_interface], ["Step 1: Transcribe", "Step 2: Extract"])
|
157 |
|
158 |
"""
|
159 |
def clear_audio_input():
|