Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ output = gr.Textbox(label="Output")
|
|
93 |
|
94 |
demo = gr.Interface(
|
95 |
detectarCatastro,
|
96 |
-
|
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;}",
|