Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ with gr.Blocks() as app:
|
|
| 48 |
|
| 49 |
with gr.Column():
|
| 50 |
# Gallery untuk output gambar
|
| 51 |
-
output_gallery = gr.Gallery(label="Hasil Gambar")
|
| 52 |
# Output teks JSON di bawah gallery
|
| 53 |
output_text = gr.Textbox(label="Output JSON", placeholder="Hasil dalam format JSON", lines=2)
|
| 54 |
|
|
|
|
| 48 |
|
| 49 |
with gr.Column():
|
| 50 |
# Gallery untuk output gambar
|
| 51 |
+
output_gallery = gr.Gallery(label="Hasil Gambar")
|
| 52 |
# Output teks JSON di bawah gallery
|
| 53 |
output_text = gr.Textbox(label="Output JSON", placeholder="Hasil dalam format JSON", lines=2)
|
| 54 |
|