Spaces:
Running
on
A10G
Running
on
A10G
justinpinkney
commited on
Commit
•
67f8600
1
Parent(s):
b32b037
fix examples
Browse files
app.py
CHANGED
@@ -72,8 +72,8 @@ output = gr.Gallery(label="Generated variations")
|
|
72 |
output.style(grid=2)
|
73 |
|
74 |
examples = [
|
75 |
-
["examples/vermeer.jpg", 3, 1,
|
76 |
-
["examples/matisse.jpg", 3, 1,
|
77 |
]
|
78 |
|
79 |
demo = gr.Interface(
|
|
|
72 |
output.style(grid=2)
|
73 |
|
74 |
examples = [
|
75 |
+
["examples/vermeer.jpg", 3, 1, 25, 0],
|
76 |
+
["examples/matisse.jpg", 3, 1, 25, 0],
|
77 |
]
|
78 |
|
79 |
demo = gr.Interface(
|