winglian commited on
Commit
3dd20d6
1 Parent(s): 2efc192

add placeholder for leaderboard

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -179,7 +179,14 @@ with gr.Blocks() as arena:
179
  - This Space runs on CPU only, and uses GGML with GPU support via Runpod Serverless.
180
  - Due to limitations of Runpod Serverless, it cannot stream responses immediately
181
  - Responses WILL take AT LEAST 30 seconds to respond, probably longer
182
- - For now, this is single turn only,
 
 
 
 
 
 
 
183
  """)
184
  with gr.Tab("Chatbot"):
185
  with gr.Row():
 
179
  - This Space runs on CPU only, and uses GGML with GPU support via Runpod Serverless.
180
  - Due to limitations of Runpod Serverless, it cannot stream responses immediately
181
  - Responses WILL take AT LEAST 30 seconds to respond, probably longer
182
+ - For now, this is single turn only
183
+ - For now, Hermes 13B on the left, Manticore on the right.
184
+ """)
185
+ with gr.Tab("Leaderboard"):
186
+ with gr.Column():
187
+ gr.Markdown(f"""
188
+ ### TBD
189
+ - This is very much a work-in-progress, if you'd like to help build this out, join us on [Discord](https://discord.gg/QYF8QrtEUm)
190
  """)
191
  with gr.Tab("Chatbot"):
192
  with gr.Row():