barser65 commited on
Commit
cd0f437
·
1 Parent(s): 45a9fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,5 +169,5 @@ def converti(path):
169
 
170
  import gradio as gr
171
 
172
- iface = gr.Interface(fn=converti, inputs=gr.Textbox(label="Input PDF name from your drive"), outputs="text")
173
  iface.launch()
 
169
 
170
  import gradio as gr
171
 
172
+ iface = gr.Interface(fn=converti, inputs="file", outputs="text")
173
  iface.launch()