thomasgauthier commited on
Commit
1d2fb58
1 Parent(s): 287aa8c

fix image url ofr hf space

Browse files
Files changed (1) hide show
  1. gradio_interface.py +1 -1
gradio_interface.py CHANGED
@@ -8,7 +8,7 @@ def create_gradio_interface(process_and_generate):
8
 
9
  explanation = """Janus 1.3B uses a differerent visual encoder for understanding and generation.
10
 
11
- ![Janus Model Architecture](file/images/janus_architecture.svg)
12
 
13
  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."""
14
 
 
8
 
9
  explanation = """Janus 1.3B uses a differerent visual encoder for understanding and generation.
10
 
11
+ ![Janus Model Architecture](https://huggingface.co/spaces/thomasgauthier/HowJanusSeesItself/raw/main/images/janus_architecture.svg)
12
 
13
  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."""
14