Spaces:
Runtime error
Runtime error
Saehoon Kim commited on
Commit ·
ec04805
1
Parent(s): 23ae79b
Update document
Browse filesupdate bdiscover app landing page
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(
|