Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
4469388
1
Parent(s):
1173b3f
Update app.py
Browse files
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 |
-
#####
|
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 |
+
##### [Open source large scale replication](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(
|