multimodalart HF staff commited on
Commit
7c35980
1 Parent(s): 19de901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -90,21 +90,21 @@ with gr.Blocks(css=css, theme=theme) as demo:
90
  [CommonCanvas suite of models](https://huggingface.co/collections/temp-org-cc/commoncanvas-66226ef9688b3580a5954653) trained on [CommonCatalogue](https://huggingface.co/collections/temp-org-cc/commoncatalogue-6530907589ffafffe87c31c5), ~70M Creative Commons images.
91
  ''')
92
  with gr.Group():
93
- with gr.Tab("CommonCanvas XLC"):
94
  with gr.Row():
95
- prompt_xlc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt")
96
  button_xlc = gr.Button("Generate", min_width=120)
97
- with gr.Tab("CommonCanvas XLNC"):
98
  with gr.Row():
99
- prompt_xlnc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt")
100
  button_xlnc = gr.Button("Generate", min_width=120)
101
- with gr.Tab("CommonCanvas SC"):
102
  with gr.Row():
103
- prompt_sc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt")
104
  button_sc = gr.Button("Generate", min_width=120)
105
- with gr.Tab("CommonCanvas SNC"):
106
  with gr.Row():
107
- prompt_snc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt")
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):
 
90
  [CommonCanvas suite of models](https://huggingface.co/collections/temp-org-cc/commoncanvas-66226ef9688b3580a5954653) trained on [CommonCatalogue](https://huggingface.co/collections/temp-org-cc/commoncatalogue-6530907589ffafffe87c31c5), ~70M Creative Commons images.
91
  ''')
92
  with gr.Group():
93
+ with gr.Tab("CommonCanvas XL-C"):
94
  with gr.Row():
95
+ prompt_xlc = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt for XL-C")
96
  button_xlc = gr.Button("Generate", min_width=120)
97
+ with gr.Tab("CommonCanvas XL-NC"):
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("CommonCanvas S-C"):
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("CommonCanvas S-NC"):
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):