vobecant
commited on
Commit
·
ff9b5a2
1
Parent(s):
d70d9b2
Initial commit.
Browse files
app.py
CHANGED
@@ -219,10 +219,10 @@ the raw non-curated data collected by cars which, equipped with 📷 cameras and
|
|
219 |
|
220 |
examples = [ # 'examples/img5.jpeg',
|
221 |
'examples/100.jpeg',
|
222 |
-
'examples/39076.jpeg',
|
223 |
'examples/img1.jpg',
|
224 |
'examples/snow1.jpg']
|
225 |
-
examples += ['examples/cs{}.jpg'.format(i) for i in range(
|
226 |
|
227 |
iface = gr.Interface(predict, inputs=gr.Image(type='filepath'), title=title, description=description,
|
228 |
article=article,
|
|
|
219 |
|
220 |
examples = [ # 'examples/img5.jpeg',
|
221 |
'examples/100.jpeg',
|
222 |
+
# 'examples/39076.jpeg',
|
223 |
'examples/img1.jpg',
|
224 |
'examples/snow1.jpg']
|
225 |
+
examples += ['examples/cs{}.jpg'.format(i) for i in range(3, 5)]
|
226 |
|
227 |
iface = gr.Interface(predict, inputs=gr.Image(type='filepath'), title=title, description=description,
|
228 |
article=article,
|