Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ css = '''
23
  with gr.Blocks(css=css) as demo:
24
  with gr.Column(variant="panel"):
25
  gr.Markdown('''## Karlo - unCLIP model by KakaoBrain
26
- ##### First [open source implementation](https://github.com/kakaobrain/karlo) of unCLIP, the DALL-E 2 technique. For more try our [B^Discover app](https://huggingface.co/kakaobrain/karlo-v1-alpha)
27
  ''', elem_id="title_area")
28
  with gr.Row(variant="compact"):
29
  text = gr.Textbox(
 
23
  with gr.Blocks(css=css) as demo:
24
  with gr.Column(variant="panel"):
25
  gr.Markdown('''## Karlo - unCLIP model by KakaoBrain
26
+ ##### First [open source implementation](https://github.com/kakaobrain/karlo) of unCLIP, the DALL-E 2 technique. For more try our [B^DISCOVER app](https://bdiscover.kakaobrain.com/)
27
  ''', elem_id="title_area")
28
  with gr.Row(variant="compact"):
29
  text = gr.Textbox(