Commit ·
e5825ae
1
Parent(s): d6fd68f
renamed space and datasets
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🏢
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Sound Generation User Study
|
| 3 |
emoji: 🏢
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def load_random_pairs():
|
|
| 58 |
return video_pairs, video_mappings
|
| 59 |
|
| 60 |
# Initialize the Hugging Face repository
|
| 61 |
-
repo_url = "https://huggingface.co/datasets/yuqingluo0509/
|
| 62 |
repo = Repository(local_dir="user_responses", clone_from=repo_url, use_auth_token=hf_token)
|
| 63 |
|
| 64 |
def save_responses(*responses):
|
|
|
|
| 58 |
return video_pairs, video_mappings
|
| 59 |
|
| 60 |
# Initialize the Hugging Face repository
|
| 61 |
+
repo_url = "https://huggingface.co/datasets/yuqingluo0509/sound_generation_response"
|
| 62 |
repo = Repository(local_dir="user_responses", clone_from=repo_url, use_auth_token=hf_token)
|
| 63 |
|
| 64 |
def save_responses(*responses):
|