Pattr commited on
Commit
6fd7b3a
·
1 Parent(s): 7645bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,5 +60,5 @@ def transcribe(sdgsd):
60
 
61
  gr.Interface(
62
  fn=transcribe,
63
- inputs="text",
64
  outputs="image").launch()
 
60
 
61
  gr.Interface(
62
  fn=transcribe,
63
+ inputs=gr.Audio(type="filepath"),
64
  outputs="image").launch()