Vihang28 commited on
Commit
2a7a0fd
1 Parent(s): 32af635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def message_and_history(audio_text,input, history, api_key):
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():
101
  with gr.Column(scale=0.5):
102
  aud_input = gr.Audio(type="filepath", label="Upload .mp3 or .wav file", sources="upload")
 
96
 
97
  block = gr.Blocks(theme=gr.themes.Monochrome(primary_hue="slate"))
98
  with block:
99
+ gr.Markdown("""<h1><center>Audio Recognition - Ask & Learn about an Audio</center></h1> """)
100
  with gr.Row():
101
  with gr.Column(scale=0.5):
102
  aud_input = gr.Audio(type="filepath", label="Upload .mp3 or .wav file", sources="upload")