Spaces:
Runtime error
Runtime error
verkaDerkaDerk
commited on
Commit
•
696e325
1
Parent(s):
c56b678
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,7 @@ def plain():
|
|
49 |
title = "Tiki Diffusion Model"
|
50 |
description = "Diffusion model trained on random tiki images."
|
51 |
article = '<p>Trained with <a href="https://github.com/huggingface/diffusers">diffusers</a>.</p>'
|
|
|
52 |
examples = ['tiki-600e.png']
|
53 |
interpretation = 'default' # no idea...
|
54 |
enable_queue = True
|
@@ -61,7 +62,7 @@ def plain():
|
|
61 |
title=title,
|
62 |
description=description,
|
63 |
article=article,
|
64 |
-
examples=examples,
|
65 |
interpretation=interpretation,
|
66 |
enable_queue=enable_queue
|
67 |
).launch()
|
|
|
49 |
title = "Tiki Diffusion Model"
|
50 |
description = "Diffusion model trained on random tiki images."
|
51 |
article = '<p>Trained with <a href="https://github.com/huggingface/diffusers">diffusers</a>.</p>'
|
52 |
+
# ValueError: The parameter `examples` must either be a string directory or a list(if there is only 1 input component) or (more generally), a nested list, where each sublist represents a set of inputs.
|
53 |
examples = ['tiki-600e.png']
|
54 |
interpretation = 'default' # no idea...
|
55 |
enable_queue = True
|
|
|
62 |
title=title,
|
63 |
description=description,
|
64 |
article=article,
|
65 |
+
#examples=examples,
|
66 |
interpretation=interpretation,
|
67 |
enable_queue=enable_queue
|
68 |
).launch()
|