Update app.py
Browse files
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/
|
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>
|