Spaces:
Build error
Build error
diegulio
commited on
Commit
·
4cd516b
1
Parent(s):
98952d2
new_examples_app
Browse files- cedula/app.py +3 -1
- license/app.py +1 -1
cedula/app.py
CHANGED
@@ -152,7 +152,9 @@ def create_model():
|
|
152 |
demo = gr.Interface(get_attributes,
|
153 |
"image",
|
154 |
"json",
|
155 |
-
examples=[["examples/cedula1.jpg"
|
|
|
|
|
156 |
enable_queue=False,
|
157 |
theme=gradio_theme.theme
|
158 |
)
|
|
|
152 |
demo = gr.Interface(get_attributes,
|
153 |
"image",
|
154 |
"json",
|
155 |
+
examples=[["examples/cedula1.jpg", "examples/cedula2.jpg", "examples/cedula3.jpeg",
|
156 |
+
"examples/cedula4.jpg", "examples/cedula5", "examples/cedula6",
|
157 |
+
"examples/cedula7"]],
|
158 |
enable_queue=False,
|
159 |
theme=gradio_theme.theme
|
160 |
)
|
license/app.py
CHANGED
@@ -150,7 +150,7 @@ def create_model():
|
|
150 |
demo = gr.Interface(get_attributes,
|
151 |
"image",
|
152 |
"json",
|
153 |
-
examples=[["examples/license1.jpg"]],
|
154 |
enable_queue=False,
|
155 |
theme=gradio_theme.theme
|
156 |
)
|
|
|
150 |
demo = gr.Interface(get_attributes,
|
151 |
"image",
|
152 |
"json",
|
153 |
+
examples=[["examples/license1.jpg", "examples/licencia2.jpg"]],
|
154 |
enable_queue=False,
|
155 |
theme=gradio_theme.theme
|
156 |
)
|