kh-CHEUNG commited on
Commit
5d3db49
1 Parent(s): 2569c5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ chat_interface = gr.ChatInterface(
153
  )
154
 
155
  with gr.Blocks() as demo:
156
- tabs = gr.TabbedInterface([transcribe_interface, chat_interface], ["Step 1: Transcribe", "Step 2: Extract"])
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():