vobecant
commited on
Commit
·
d70d9b2
1
Parent(s):
8490416
Initial commit.
Browse files
app.py
CHANGED
@@ -224,10 +224,6 @@ examples = [ # 'examples/img5.jpeg',
|
|
224 |
'examples/snow1.jpg']
|
225 |
examples += ['examples/cs{}.jpg'.format(i) for i in range(2, 5)]
|
226 |
|
227 |
-
examples = ['examples/cs2.jpg']
|
228 |
-
|
229 |
-
# predict(examples[0])
|
230 |
-
|
231 |
iface = gr.Interface(predict, inputs=gr.Image(type='filepath'), title=title, description=description,
|
232 |
article=article,
|
233 |
# theme='dark',
|
|
|
224 |
'examples/snow1.jpg']
|
225 |
examples += ['examples/cs{}.jpg'.format(i) for i in range(2, 5)]
|
226 |
|
|
|
|
|
|
|
|
|
227 |
iface = gr.Interface(predict, inputs=gr.Image(type='filepath'), title=title, description=description,
|
228 |
article=article,
|
229 |
# theme='dark',
|