JingyeChen commited on
Commit
66bd6e5
·
1 Parent(s): e650e93
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ if not os.path.exists('architecture.jpg'):
25
  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('ll'))
29
 
30
  # #### import m1
31
  # from fastchat.model import load_model, get_conversation_template
@@ -332,7 +332,7 @@ with gr.Blocks() as demo:
332
  gr.HTML(
333
  """
334
  <div style="text-align: center; max-width: 1600px; margin: 20px auto;">
335
- <h2 style="font-weight: 900; font-size: 2.7rem; 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">
 
25
  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
 
332
  gr.HTML(
333
  """
334
  <div style="text-align: center; max-width: 1600px; margin: 20px auto;">
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">