Spaces:
Running
on
A10G
Running
on
A10G
Update document
#1
by
shkim-ml
- opened
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^
|
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(
|