Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,15 +96,15 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
96 |
button_xlc = gr.Button("Generate", min_width=120)
|
97 |
with gr.Tab("XL-NC model"):
|
98 |
with gr.Row():
|
99 |
-
prompt_xlnc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt XL-NC")
|
100 |
button_xlnc = gr.Button("Generate", min_width=120)
|
101 |
with gr.Tab("S-C model"):
|
102 |
with gr.Row():
|
103 |
-
prompt_sc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt S-C")
|
104 |
button_sc = gr.Button("Generate", min_width=120)
|
105 |
with gr.Tab("S-NC model"):
|
106 |
with gr.Row():
|
107 |
-
prompt_snc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt S-NC")
|
108 |
button_snc = gr.Button("Generate", min_width=120)
|
109 |
output = gr.Image(label="Your result", interactive=False)
|
110 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
96 |
button_xlc = gr.Button("Generate", min_width=120)
|
97 |
with gr.Tab("XL-NC model"):
|
98 |
with gr.Row():
|
99 |
+
prompt_xlnc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt for XL-NC")
|
100 |
button_xlnc = gr.Button("Generate", min_width=120)
|
101 |
with gr.Tab("S-C model"):
|
102 |
with gr.Row():
|
103 |
+
prompt_sc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt for S-C")
|
104 |
button_sc = gr.Button("Generate", min_width=120)
|
105 |
with gr.Tab("S-NC model"):
|
106 |
with gr.Row():
|
107 |
+
prompt_snc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt for S-NC")
|
108 |
button_snc = gr.Button("Generate", min_width=120)
|
109 |
output = gr.Image(label="Your result", interactive=False)
|
110 |
with gr.Accordion("Advanced Settings", open=False):
|