barser65 commited on
Commit
2addf3f
·
1 Parent(s): f67e416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -2,8 +2,8 @@ import myfunct
2
 
3
  import gradio as gr
4
 
5
- def greet(name):
6
  # return "Hello " + name + "!!"
7
- return
8
- iface = gr.Interface(fn=greet, inputs=gr.Textbox(label="Input PDF path"), outputs="audio")
9
  iface.launch()
 
2
 
3
  import gradio as gr
4
 
5
+ #def greet(name):
6
  # return "Hello " + name + "!!"
7
+ # return
8
+ iface = gr.Interface(fn=converti, inputs=gr.Textbox(label="Input PDF name from your drive"), outputs="audio")
9
  iface.launch()