allopeap commited on
Commit
f01a1cf
·
verified ·
1 Parent(s): e41a08b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ output = gr.Textbox(label="Output")
93
 
94
  demo = gr.Interface(
95
  detectarCatastro,
96
- fn=pdf,
97
  output,
98
  title="DetectorCatastro",
99
  css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
 
93
 
94
  demo = gr.Interface(
95
  detectarCatastro,
96
+ [pdf],
97
  output,
98
  title="DetectorCatastro",
99
  css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",