Spaces:
Running
on
A10G
Running
on
A10G
Commit
·
35fe3e9
1
Parent(s):
45d6f99
update
Browse files
app.py
CHANGED
@@ -26,6 +26,9 @@ if not os.path.exists('gray256.jpg'):
|
|
26 |
os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
|
27 |
|
28 |
print(os.system('ls'))
|
|
|
|
|
|
|
29 |
|
30 |
# #### import m1
|
31 |
# from fastchat.model import load_model, get_conversation_template
|
@@ -335,12 +338,6 @@ with gr.Blocks() as demo:
|
|
335 |
<h2 style="font-weight: 900; font-size: 2.3rem; margin: 0rem">
|
336 |
TextDiffuser-2: Unleashing the Power of Language Models for Text Rendering
|
337 |
</h2>
|
338 |
-
<h2 style="font-weight: 480; font-size: 1.4rem; margin: 0rem">
|
339 |
-
<a href="https://jingyechen.github.io/">Jingye Chen</a>, <a href="https://hypjudy.github.io/website/">Yupan Huang</a>, <a href="https://scholar.google.com/citations?user=0LTZGhUAAAAJ&hl=en">Tengchao Lv</a>, <a href="https://www.microsoft.com/en-us/research/people/lecu/">Lei Cui</a>, <a href="https://cqf.io/">Qifeng Chen</a>, <a href="https://thegenerality.com/">Furu Wei</a>
|
340 |
-
</h2>
|
341 |
-
<h2 style="font-weight: 460; font-size: 1.2rem; margin: 0rem">
|
342 |
-
HKUST, Sun Yat-sen University, Microsoft Research
|
343 |
-
</h2>
|
344 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
345 |
[<a href="https://arxiv.org/abs/2311.16465" style="color:blue;">arXiv</a>]
|
346 |
[<a href="https://github.com/microsoft/unilm/tree/master/textdiffuser-2" style="color:blue;">Code</a>]
|
|
|
26 |
os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
|
27 |
|
28 |
print(os.system('ls'))
|
29 |
+
print(os.system('locate gray256.jpg'))
|
30 |
+
print(os.system('locate architecture.jpg'))
|
31 |
+
exit(0)
|
32 |
|
33 |
# #### import m1
|
34 |
# from fastchat.model import load_model, get_conversation_template
|
|
|
338 |
<h2 style="font-weight: 900; font-size: 2.3rem; margin: 0rem">
|
339 |
TextDiffuser-2: Unleashing the Power of Language Models for Text Rendering
|
340 |
</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
342 |
[<a href="https://arxiv.org/abs/2311.16465" style="color:blue;">arXiv</a>]
|
343 |
[<a href="https://github.com/microsoft/unilm/tree/master/textdiffuser-2" style="color:blue;">Code</a>]
|