Spaces:
Runtime error
Runtime error
atsantiago
commited on
Commit
•
05f97e4
1
Parent(s):
ae52838
Examples Recalibration
Browse files
app.py
CHANGED
@@ -90,9 +90,9 @@ iface = gr.Interface(
|
|
90 |
inputs = gr_input,
|
91 |
outputs = gr_output,
|
92 |
examples=[
|
93 |
-
["examples/00015_colors.png",
|
94 |
,["examples/car.JPG", 0, 30]
|
95 |
-
,["examples/dash.jpg", 10,
|
96 |
]
|
97 |
)
|
98 |
iface.launch()
|
|
|
90 |
inputs = gr_input,
|
91 |
outputs = gr_output,
|
92 |
examples=[
|
93 |
+
["examples/00015_colors.png", 7, 85]
|
94 |
,["examples/car.JPG", 0, 30]
|
95 |
+
,["examples/dash.jpg", 10, 57.5]
|
96 |
]
|
97 |
)
|
98 |
iface.launch()
|