zanemotiwala commited on
Commit
8876f3b
1 Parent(s): ee2727c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -24,14 +24,7 @@ def transcribe_speech(audio_file_path):
24
 
25
  logging.basicConfig(level=logging.INFO)
26
 
27
- css = """
28
- button {
29
- background-color: blue !important;
30
- color: white !important;
31
- }
32
- """
33
-
34
- with gr.Blocks(css=css) as demo:
35
  with gr.Row():
36
  gr.Markdown("# Simple Speech Recognition App")
37
  with gr.Row():
 
24
 
25
  logging.basicConfig(level=logging.INFO)
26
 
27
+ with gr.Blocks() as demo:
 
 
 
 
 
 
 
28
  with gr.Row():
29
  gr.Markdown("# Simple Speech Recognition App")
30
  with gr.Row():