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)')
|