Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
-
|
| 5 |
-
echo "# Multimodal Depression Detection" > README.md
|
| 6 |
-
git add README.md
|
| 7 |
-
git commit -m "Initial commit"
|
| 8 |
-
git push -u origin main
|
| 9 |
-
|
| 10 |
-
# then create a new branch
|
| 11 |
-
git checkout -b <your-branch-name>
|
| 12 |
-
git push -u origin <your-branch-name>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: MM Depression
|
| 3 |
+
emoji: ⚡
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 6.9.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|