multimodalart HF staff commited on
Commit
77e039c
1 Parent(s): ec3b96a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,7 +1,9 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.Markdown("# CosXL unofficial demo")
 
 
5
  with gr.Tab("CosXL"):
6
  with gr.Group():
7
  with gr.Row():
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.Markdown('''# CosXL unofficial demo
5
+ CosXL is a SDXL model tuned to produce full color range images. CosXL Edit allows you to perform edits on images. Both models have a [non-commercial community license](https://huggingface.co/stabilityai/cosxl/blob/main/LICENSE)
6
+ ''')
7
  with gr.Tab("CosXL"):
8
  with gr.Group():
9
  with gr.Row():