Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,6 @@ import torch
|
|
| 8 |
import librosa
|
| 9 |
import librosa.display
|
| 10 |
import matplotlib.pyplot as plt
|
| 11 |
-
import time
|
| 12 |
|
| 13 |
# 检查文件是否准备好
|
| 14 |
def check_file_readiness(filepath):
|
|
|
|
| 8 |
import librosa
|
| 9 |
import librosa.display
|
| 10 |
import matplotlib.pyplot as plt
|
|
|
|
| 11 |
|
| 12 |
# 检查文件是否准备好
|
| 13 |
def check_file_readiness(filepath):
|