Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as demo:
|
|
19 |
["ๅฐ็้ป็่"],
|
20 |
]
|
21 |
with gr.Row():
|
22 |
-
with gr.Column(scale=
|
23 |
image_out = gr.Image(label = '่พๅบ(output)')
|
24 |
with gr.Column(scale=1, ):
|
25 |
prompt = gr.Textbox(label = 'ๆ็คบ่ฏ(prompt)')
|
|
|
19 |
["ๅฐ็้ป็่"],
|
20 |
]
|
21 |
with gr.Row():
|
22 |
+
with gr.Column(scale=1, ):
|
23 |
image_out = gr.Image(label = '่พๅบ(output)')
|
24 |
with gr.Column(scale=1, ):
|
25 |
prompt = gr.Textbox(label = 'ๆ็คบ่ฏ(prompt)')
|