Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,18 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
title: scikit-plots AI Model Endpoint
|
| 3 |
emoji: 🤖
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
hf_oauth: true
|
| 11 |
hf_oauth_scopes:
|
| 12 |
- inference-api
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# scikit-plots AI Model Endpoint
|
|
|
|
| 1 |
---
|
| 2 |
+
pinned: false
|
| 3 |
title: scikit-plots AI Model Endpoint
|
| 4 |
emoji: 🤖
|
| 5 |
colorFrom: blue
|
| 6 |
colorTo: green
|
| 7 |
+
license: bsd-3-clause
|
| 8 |
+
short_description: ai-model
|
|
|
|
|
|
|
| 9 |
hf_oauth: true
|
| 10 |
hf_oauth_scopes:
|
| 11 |
- inference-api
|
| 12 |
+
sdk: gradio
|
| 13 |
+
sdk_version: 6.15.2
|
| 14 |
+
python_version: '3.12'
|
| 15 |
+
app_file: app.py
|
| 16 |
---
|
| 17 |
|
| 18 |
# scikit-plots AI Model Endpoint
|