Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|