Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks(css= "style.css") as app:
|
|
37 |
|
38 |
|
39 |
# Tab untuk Text-to-Image
|
40 |
-
with gr.Tab("Text-to-Image")
|
41 |
|
42 |
with gr.Row():
|
43 |
with gr.Column():
|
|
|
37 |
|
38 |
|
39 |
# Tab untuk Text-to-Image
|
40 |
+
with gr.Tab("Text-to-Image"):
|
41 |
|
42 |
with gr.Row():
|
43 |
with gr.Column():
|