YassineYousfi
commited on
Commit
·
d7fff3a
1
Parent(s):
f731703
add another ex
Browse files- app.py +2 -1
- tmp/9390.png +0 -0
app.py
CHANGED
@@ -53,7 +53,8 @@ def HILL(input_image, operation, message, key):
|
|
53 |
iface = gr.Interface(HILL,
|
54 |
['file', gr.inputs.Radio(['encode', 'decode']), 'text', 'text'],
|
55 |
'file',
|
56 |
-
examples=[['tmp/8825.png', 'encode', 'This is a secret message', 'secret-key']
|
|
|
57 |
title=title,
|
58 |
description=description)
|
59 |
iface.launch()
|
|
|
53 |
iface = gr.Interface(HILL,
|
54 |
['file', gr.inputs.Radio(['encode', 'decode']), 'text', 'text'],
|
55 |
'file',
|
56 |
+
examples=[['tmp/8825.png', 'encode', 'This is a secret message', 'secret-key'],
|
57 |
+
['tmp/9390.png', 'encode', 'This is another secret message', 'secret-key-2']],
|
58 |
title=title,
|
59 |
description=description)
|
60 |
iface.launch()
|
tmp/9390.png
ADDED