Spaces:
Build error
Build error
Update app.py
Browse files
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=
|
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()
|