rp-yu commited on
Commit
bb98e8f
Β·
verified Β·
1 Parent(s): 61711e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -293,12 +293,10 @@ def http_bot(
293
  }
294
  write2file(get_log_filename(), json.dumps(data) + "\n")
295
 
 
296
  title_html = """
297
  <div style="width:100%; max-width:600px; margin:auto;">
298
- <img src="https://cdn-uploads.huggingface.co/production/uploads/635364b3c41f548fe39db945/T6ffjtAkFkI76QjXmN6iR.png" style="width:100%;">
299
- <p style="margin:0; text-align:left;">
300
- Dimple: Discrete Diffusion Multimodal Large Language Model with Parallel Decoding
301
- </p>
302
  <a href="https://arxiv.org/abs/">[πŸ“œ Dimple Paper]</a><br>
303
  <a href="https://github.com/yu-rp/Dimple">[🌟 Github]</a><br>
304
  <a href="https://huggingface.co/rp-yu/Dimple-7B">[πŸ€— Huggingface Model]</a><br>
 
293
  }
294
  write2file(get_log_filename(), json.dumps(data) + "\n")
295
 
296
+
297
  title_html = """
298
  <div style="width:100%; max-width:600px; margin:auto;">
299
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/635364b3c41f548fe39db945/Iny16670lQgUwURiUfP-i.png" style="width:100%;"><br>
 
 
 
300
  <a href="https://arxiv.org/abs/">[πŸ“œ Dimple Paper]</a><br>
301
  <a href="https://github.com/yu-rp/Dimple">[🌟 Github]</a><br>
302
  <a href="https://huggingface.co/rp-yu/Dimple-7B">[πŸ€— Huggingface Model]</a><br>