ysharma HF staff commited on
Commit
0b94d49
·
verified ·
1 Parent(s): 3eddf74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -31,8 +31,8 @@ PLACEHOLDER = """
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="Try [LLaVA Llama-3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers). Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
36
 
37
 
38
  model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
@@ -130,7 +130,7 @@ with gr.Blocks() as demo:
130
  with gr.Row():
131
  b1 = gr.Button("Previous", interactive=False)
132
  b2 = gr.Button("Next")
133
- reka = gr.Dataframe(value=df_markdown[0:5], datatype=['markdown', 'str'], wrap=False, interactive=False, height=700)
134
  num_start = gr.Number(visible=False, value=0)
135
  num_end = gr.Number(visible=False, value=4)
136
 
 
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"
 
130
  with gr.Row():
131
  b1 = gr.Button("Previous", interactive=False)
132
  b2 = gr.Button("Next")
133
+ reka = gr.Dataframe(value=df_markdown[0:5], label='Reka-Vibe-Eval', datatype=['markdown', 'str'], wrap=False, interactive=False, height=700)
134
  num_start = gr.Number(visible=False, value=0)
135
  num_end = gr.Number(visible=False, value=4)
136