diegulio commited on
Commit
66dbe36
·
1 Parent(s): 869e95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from license.app import get_attributes as license_get_attributes
4
 
5
  with gr.Blocks() as demo:
6
  with gr.Tab("Cedula"):
7
- gr.Interface(cedula_get_attributes, "file", "label")
8
  with gr.Tab("Licencia"):
9
- gr.Interface(license_get_attributes, "file", "label")
10
 
11
  demo.launch()
 
4
 
5
  with gr.Blocks() as demo:
6
  with gr.Tab("Cedula"):
7
+ gr.Interface(cedula_get_attributes, "image", "text")
8
  with gr.Tab("Licencia"):
9
+ gr.Interface(license_get_attributes, "image", "text")
10
 
11
  demo.launch()