Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
116 |
|
117 |
random_images = generate_random_images()
|
118 |
for i, img in enumerate(random_images):
|
119 |
-
sd_outputs[i+1].
|
120 |
|
121 |
my_interface.queue(concurrency_count=600, status_update_rate=1)
|
122 |
my_interface.launch(inline=True, show_api=True)
|
|
|
116 |
|
117 |
random_images = generate_random_images()
|
118 |
for i, img in enumerate(random_images):
|
119 |
+
sd_outputs[i+1].value = img
|
120 |
|
121 |
my_interface.queue(concurrency_count=600, status_update_rate=1)
|
122 |
my_interface.launch(inline=True, show_api=True)
|