Spaces:
Running
on
Zero
Running
on
Zero
thomasgauthier
commited on
Commit
•
bd0e8c7
1
Parent(s):
cb2237b
trying to make imgs appear
Browse files- gradio_interface.py +1 -1
gradio_interface.py
CHANGED
@@ -14,7 +14,7 @@ def create_gradio_interface(process_and_generate):
|
|
14 |
|
15 |
explanation = """[Janus 1.3B](https://huggingface.co/deepseek-ai/Janus-1.3B) uses differerent visual encoders for understanding and generation.
|
16 |
|
17 |
-
|
18 |
|
19 |
Here, by feeding the model an image and then asking it to generate that same image, we visualize the model's ability to translate input (understanding) embedding space to generative embedding space."""
|
20 |
|
|
|
14 |
|
15 |
explanation = """[Janus 1.3B](https://huggingface.co/deepseek-ai/Janus-1.3B) uses differerent visual encoders for understanding and generation.
|
16 |
|
17 |
+
<img src="https://huggingface.co/spaces/thomasgauthier/HowJanusSeesItself/raw/main/images/janus_architecture.svg" alt="Janus Model Architecture">
|
18 |
|
19 |
Here, by feeding the model an image and then asking it to generate that same image, we visualize the model's ability to translate input (understanding) embedding space to generative embedding space."""
|
20 |
|