Spaces:
Runtime error
Runtime error
justinpinkney
commited on
Commit
·
05d2602
1
Parent(s):
0fc03ad
remove examples
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
title: Stable Diffusion Image Variations
|
3 |
emoji: 🏃
|
4 |
colorFrom: purple
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.3
|
8 |
app_file: app.py
|
|
|
2 |
title: Stable Diffusion Image Variations
|
3 |
emoji: 🏃
|
4 |
colorFrom: purple
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.3
|
8 |
app_file: app.py
|
app.py
CHANGED
@@ -77,10 +77,10 @@ inputs = [
|
|
77 |
output = gr.Gallery(label="Generated variations")
|
78 |
output.style(grid=2)
|
79 |
|
80 |
-
examples = [
|
81 |
-
|
82 |
-
|
83 |
-
]
|
84 |
|
85 |
demo = gr.Interface(
|
86 |
fn=main,
|
@@ -89,6 +89,5 @@ demo = gr.Interface(
|
|
89 |
article=article,
|
90 |
inputs=inputs,
|
91 |
outputs=output,
|
92 |
-
examples=examples,
|
93 |
)
|
94 |
demo.launch()
|
|
|
77 |
output = gr.Gallery(label="Generated variations")
|
78 |
output.style(grid=2)
|
79 |
|
80 |
+
# examples = [
|
81 |
+
# ["assets/im-examples/vermeer.jpg", 3, 1, True, 25],
|
82 |
+
# ["assets/im-examples/matisse.jpg", 3, 1, True, 25],
|
83 |
+
# ]
|
84 |
|
85 |
demo = gr.Interface(
|
86 |
fn=main,
|
|
|
89 |
article=article,
|
90 |
inputs=inputs,
|
91 |
outputs=output,
|
|
|
92 |
)
|
93 |
demo.launch()
|