ysharma HF staff commited on
Commit
1ee8303
1 Parent(s): 0b94d49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,13 +26,13 @@ df_markdown['media_url'] = df_markdown['media_url'].apply(mediaurl_to_img_tag)
26
 
27
  PLACEHOLDER = """
28
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
29
- <img src="https://avatars.githubusercontent.com/u/51063788?s=400&u=479ecc9d93d8a373b5c2e69ebe846f394811e94a&v=4)" style="width:40%" opacity="0.45">
30
  <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">LLaVA-Llama3-8B With REKA Vibe-Eval</h1>
31
  <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Test your Vision LLMs with new Vibe-Evals from REKA</p>
32
  </div>
33
  """
34
  title="Testing LLaVA-Llama3-8b with Reka's Vibe-Eval"
35
- description="Evaluate [LLaVA-Llama3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers) on REKA Vibe-Evals. Click on a row in the Eval dataset and start chatting about it."
36
 
37
 
38
  model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
 
26
 
27
  PLACEHOLDER = """
28
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
29
+ <img src="https://avatars.githubusercontent.com/u/51063788?s=400&u=479ecc9d93d8a373b5c2e69ebe846f394811e94a&v=4)" style="width:40%" opacity="0.30">
30
  <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">LLaVA-Llama3-8B With REKA Vibe-Eval</h1>
31
  <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Test your Vision LLMs with new Vibe-Evals from REKA</p>
32
  </div>
33
  """
34
  title="Testing LLaVA-Llama3-8b with Reka's Vibe-Eval"
35
+ description="Evaluate <a href='https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers'>LLaVA-Llama3-8B</a> on <b.REKA Vibe-Evals</b>. Click on a row in the Eval dataset and start chatting about it."
36
 
37
 
38
  model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"