abidlabs HF Staff commited on
Commit
5de4e0b
·
verified ·
1 Parent(s): c9848e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,6 +4,7 @@ def audio_reverse(x):
4
  """
5
  Reverses audio
6
  """
 
7
  return x
8
 
9
- app, _, _ = gr.Interface(audio_reverse, "audio", "audio").launch(mcp_server=True)
 
4
  """
5
  Reverses audio
6
  """
7
+ print(x)
8
  return x
9
 
10
+ app, _, _ = gr.Interface(audio_reverse, gr.Audio(type="filepath"), "audio").launch(mcp_server=True)