Spaces:
Runtime error
Runtime error
Commit Β·
854815d
1
Parent(s): 9fec6da
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
|
|
| 95 |
choice2.change(open_ims, [model2, adj2,choice2], [images2])
|
| 96 |
adj1.change(open_ims, [model1, adj1, choice1], [images1])
|
| 97 |
adj2.change(open_ims, [model2, adj2, choice2], [images2])
|
| 98 |
-
# seed1.change(open_ims,
|
| 99 |
# seed2.change(open_ims, [adj2,choice2,seed2], [images2])
|
| 100 |
|
| 101 |
demo.launch()
|
|
|
|
| 95 |
choice2.change(open_ims, [model2, adj2,choice2], [images2])
|
| 96 |
adj1.change(open_ims, [model1, adj1, choice1], [images1])
|
| 97 |
adj2.change(open_ims, [model2, adj2, choice2], [images2])
|
| 98 |
+
# seed1.change(open_ims, [adj1,choice1,seed1], [images1])
|
| 99 |
# seed2.change(open_ims, [adj2,choice2,seed2], [images2])
|
| 100 |
|
| 101 |
demo.launch()
|