Spaces:
Running
Running
admin
commited on
Commit
·
54b4b45
1
Parent(s):
36a6259
modelscope==1.15
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -8,9 +8,9 @@ import numpy as np
|
|
8 |
import gradio as gr
|
9 |
import librosa.display
|
10 |
import matplotlib.pyplot as plt
|
11 |
-
from utils import get_modelist, find_files, embed_img
|
12 |
from collections import Counter
|
13 |
from model import EvalNet
|
|
|
14 |
|
15 |
|
16 |
TRANSLATE = {
|
|
|
8 |
import gradio as gr
|
9 |
import librosa.display
|
10 |
import matplotlib.pyplot as plt
|
|
|
11 |
from collections import Counter
|
12 |
from model import EvalNet
|
13 |
+
from utils import get_modelist, find_files, embed_img
|
14 |
|
15 |
|
16 |
TRANSLATE = {
|
requirements.txt
CHANGED
@@ -3,4 +3,4 @@ pillow
|
|
3 |
librosa
|
4 |
matplotlib
|
5 |
torchvision
|
6 |
-
modelscope
|
|
|
3 |
librosa
|
4 |
matplotlib
|
5 |
torchvision
|
6 |
+
modelscope==1.15
|