Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
sdk: gradio
|
9 |
sdk_version: 4.16.0
|
10 |
app_file: app.py
|
@@ -12,6 +12,6 @@ pinned: false
|
|
12 |
license: mit
|
13 |
---
|
14 |
|
15 |
-
# Name:
|
16 |
-
Description:
|
17 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- gradio-custom-component
|
4 |
+
title: model-comparisons
|
5 |
+
emoji: 📈
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: green
|
8 |
sdk: gradio
|
9 |
sdk_version: 4.16.0
|
10 |
app_file: app.py
|
|
|
12 |
license: mit
|
13 |
---
|
14 |
|
15 |
+
# Name: model-comparisons
|
16 |
+
Description: Notebook for comparing open source LLM performance for specific tasks
|
17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|