Tlanextli commited on
Commit
6b86b4a
·
1 Parent(s): 248bc6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ app1 = gr.Interface(
91
  description=description1
92
  )
93
 
 
94
  app2 = gr.Interface(
95
  fn=processAudio,
96
  inputs=[gr.Audio(source="microphone", type="filepath",label="Audio Input"),
 
91
  description=description1
92
  )
93
 
94
+
95
  app2 = gr.Interface(
96
  fn=processAudio,
97
  inputs=[gr.Audio(source="microphone", type="filepath",label="Audio Input"),