Spaces:
Runtime error
Runtime error
add placeholder for leaderboard
Browse files
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():
|