Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
•
7776ec5
1
Parent(s):
abcae38
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ A list of the models, based on how highly they are ranked!
|
|
159 |
def reload_audio_dataset():
|
160 |
global audio_dataset
|
161 |
audio_dataset = load_dataset(AUDIO_DATASET_ID)
|
162 |
-
return 'Reload
|
163 |
|
164 |
def del_db(txt):
|
165 |
if not txt.lower() == 'delete db':
|
|
|
159 |
def reload_audio_dataset():
|
160 |
global audio_dataset
|
161 |
audio_dataset = load_dataset(AUDIO_DATASET_ID)
|
162 |
+
return 'Reload Audio Dataset'
|
163 |
|
164 |
def del_db(txt):
|
165 |
if not txt.lower() == 'delete db':
|