Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ with gr.Blocks() as app:
|
|
| 39 |
generate_button = gr.Button("Generate")
|
| 40 |
|
| 41 |
with gr.Column():
|
| 42 |
-
output_gallery = gr.Gallery(label="Hasil Gambar")
|
| 43 |
|
| 44 |
def update_images(prompt, neg_prompt, width, height, scheduler, num_steps, num_images, model):
|
| 45 |
# Update fungsi sesuai kebutuhan
|
|
|
|
| 39 |
generate_button = gr.Button("Generate")
|
| 40 |
|
| 41 |
with gr.Column():
|
| 42 |
+
output_gallery = gr.Gallery(label="Hasil Gambar")
|
| 43 |
|
| 44 |
def update_images(prompt, neg_prompt, width, height, scheduler, num_steps, num_images, model):
|
| 45 |
# Update fungsi sesuai kebutuhan
|