barser65 commited on
Commit
1480ccf
·
1 Parent(s): 403f739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,5 +145,5 @@ import gradio as gr
145
  #def greet(name):
146
  # return "Hello " + name + "!!"
147
  # return
148
- iface = gr.Interface(fn=converti, inputs=gr.Textbox(label="Input PDF name from your drive"), outputs="audio")
149
  iface.launch()
 
145
  #def greet(name):
146
  # return "Hello " + name + "!!"
147
  # return
148
+ iface = gr.Interface(fn=converti, inputs=gr.Textbox(label="Input PDF name from your drive"), outputs="text")
149
  iface.launch()