import myfunct import gradio as gr #def greet(name): # return "Hello " + name + "!!" # return iface = gr.Interface(fn=converti, inputs=gr.Textbox(label="Input PDF name from your drive"), outputs="audio") iface.launch()