Spaces:
Runtime error
Runtime error
root
commited on
Commit
•
3cb1edf
1
Parent(s):
d88d6cc
add sr choice
Browse files
app.py
CHANGED
@@ -268,6 +268,7 @@ if __name__ == "__main__":
|
|
268 |
|
269 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
270 |
img_choices = gr.Dropdown(["图片1(img1)"],label='请选择一张图片发送到图生图或者超分',show_label=True,value="图片1(img1)")
|
|
|
271 |
output_txt2img_copy_to_input_btn = gr.Button("发送图片到图生图(Sent the image to img2img)").style(
|
272 |
margin=False,
|
273 |
rounded=(True, True, True, True),
|
|
|
268 |
|
269 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
270 |
img_choices = gr.Dropdown(["图片1(img1)"],label='请选择一张图片发送到图生图或者超分',show_label=True,value="图片1(img1)")
|
271 |
+
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
272 |
output_txt2img_copy_to_input_btn = gr.Button("发送图片到图生图(Sent the image to img2img)").style(
|
273 |
margin=False,
|
274 |
rounded=(True, True, True, True),
|