Spaces:
Runtime error
Runtime error
dbaranchuk
commited on
Commit
·
818a2f4
1
Parent(s):
243b399
Update space
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css=css) as demo:
|
|
112 |
],
|
113 |
[
|
114 |
"examples/orig_2.jpg", #input_image
|
115 |
-
"
|
116 |
2, #guidance_scale
|
117 |
4
|
118 |
],
|
|
|
112 |
],
|
113 |
[
|
114 |
"examples/orig_2.jpg", #input_image
|
115 |
+
"Turn a teddy bear into panda", #tgt_prompt
|
116 |
2, #guidance_scale
|
117 |
4
|
118 |
],
|