Spaces:
Runtime error
Runtime error
bram-w
commited on
Commit
·
eaa3845
1
Parent(s):
aa9632b
syntax fix
Browse files
app.py
CHANGED
@@ -66,8 +66,7 @@ def edict(x, source_text, edit_text,
|
|
66 |
# x = decode_image(response)
|
67 |
# return np.array(x)
|
68 |
|
69 |
-
examples =
|
70 |
-
[
|
71 |
['square_ims/american_gothic.jpg', 'A painting of two people frowning', 'A painting of two people smiling', 0.5, 3],
|
72 |
['square_ims/colloseum.jpg', 'An old ruined building', 'A new modern office building', 0.8, 3],
|
73 |
['square_ims/hf.png', 'Emoji', 'Emoji with a mustache', 0.8, 3],
|
|
|
66 |
# x = decode_image(response)
|
67 |
# return np.array(x)
|
68 |
|
69 |
+
examples = [
|
|
|
70 |
['square_ims/american_gothic.jpg', 'A painting of two people frowning', 'A painting of two people smiling', 0.5, 3],
|
71 |
['square_ims/colloseum.jpg', 'An old ruined building', 'A new modern office building', 0.8, 3],
|
72 |
['square_ims/hf.png', 'Emoji', 'Emoji with a mustache', 0.8, 3],
|