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