KingNish commited on
Commit
fc21d85
1 Parent(s): d134701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as file:
129
  # )
130
  # clear_button.click(clear, outputs=[output])
131
 
132
- with gr.Blocks() as demo:
133
  gr.TabbedInterface([microphone, file], ["Microphone", "Transcribe from file"])
134
 
135
  demo.launch()
 
129
  # )
130
  # clear_button.click(clear, outputs=[output])
131
 
132
+ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
133
  gr.TabbedInterface([microphone, file], ["Microphone", "Transcribe from file"])
134
 
135
  demo.launch()