Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ def processar_boletim(file):
|
|
276 |
# Interface Gradio
|
277 |
iface = gr.Interface(
|
278 |
fn=processar_boletim,
|
279 |
-
inputs=gr.File(label="Upload do Boletim (PDF)", type="filepath"
|
280 |
outputs=[
|
281 |
gr.File(label="Relat贸rio (PDF)"),
|
282 |
gr.Textbox(label="Status")
|
|
|
276 |
# Interface Gradio
|
277 |
iface = gr.Interface(
|
278 |
fn=processar_boletim,
|
279 |
+
inputs=gr.File(label="Upload do Boletim (PDF)"), # Removido o type="filepath"
|
280 |
outputs=[
|
281 |
gr.File(label="Relat贸rio (PDF)"),
|
282 |
gr.Textbox(label="Status")
|