Vihang28 commited on
Commit
d75bbb9
1 Parent(s): 590d051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def message_and_history(audio_text,input, history, api_key):
94
  return history, history
95
 
96
 
97
- block = gr.Blocks(theme=gr.themes.Glass(primary_hue="slate"))
98
  with block:
99
  gr.Markdown("""<h1><center>Audio Recognition - Ask and Learn about an Audio</center></h1> """)
100
  with gr.Row():
 
94
  return history, history
95
 
96
 
97
+ block = gr.Blocks(theme=gr.themes.Monochrome(primary_hue="slate"))
98
  with block:
99
  gr.Markdown("""<h1><center>Audio Recognition - Ask and Learn about an Audio</center></h1> """)
100
  with gr.Row():