Spaces:
Build error
Build error
diegulio
commited on
Commit
·
bcae428
1
Parent(s):
66dbe36
Update app.py
Browse files
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, "image", "
|
8 |
with gr.Tab("Licencia"):
|
9 |
-
gr.Interface(license_get_attributes, "image", "
|
10 |
|
11 |
demo.launch()
|
|
|
4 |
|
5 |
with gr.Blocks() as demo:
|
6 |
with gr.Tab("Cedula"):
|
7 |
+
gr.Interface(cedula_get_attributes, "image", "label")
|
8 |
with gr.Tab("Licencia"):
|
9 |
+
gr.Interface(license_get_attributes, "image", "label")
|
10 |
|
11 |
demo.launch()
|