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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -90,19 +90,19 @@ 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 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)
 
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("XL-C model"):
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("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)