ML-with-Rajibul commited on
Commit
7a86130
1 Parent(s): 3f82103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ css = """
21
  }
22
  """
23
 
24
- iface = gr.Interface (title='Sentiment based Music Therapy System',
25
  description=description,
26
  fn=audio_interface,
27
  inputs=[gr.Audio(sources='microphone', type='filepath',label="How are you feeling today ?")],
 
21
  }
22
  """
23
 
24
+ iface = gr.Interface (title='Sentiment based Music Therapy',
25
  description=description,
26
  fn=audio_interface,
27
  inputs=[gr.Audio(sources='microphone', type='filepath',label="How are you feeling today ?")],