JingyeChen22 commited on
Commit
ca8dcf6
β€’
1 Parent(s): 8be4bbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -899,7 +899,8 @@ with gr.Blocks() as demo:
899
  <h2 style="text-align: left; font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
900
  πŸ”₯πŸ”₯ <b>News</b>: The demo of <b>TextDiffuser-2</b> is released. Welcome to play with it at <a href="https://huggingface.co/spaces/JingyeChen22/TextDiffuser-2">link</a>!
901
  </h2>
902
- <img src="file/images/huggingface_blank.jpg" alt="textdiffuser">
 
903
  </div>
904
  """)
905
 
 
899
  <h2 style="text-align: left; font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
900
  πŸ”₯πŸ”₯ <b>News</b>: The demo of <b>TextDiffuser-2</b> is released. Welcome to play with it at <a href="https://huggingface.co/spaces/JingyeChen22/TextDiffuser-2">link</a>!
901
  </h2>
902
+
903
+ <img src="https://raw.githubusercontent.com/JingyeChen/jingyechen.github.io/master/textdiffuser2/static/images/v1.jpeg" alt="textdiffuser">
904
  </div>
905
  """)
906