Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from io import BytesIO
|
|
12 |
import pandas as pd
|
13 |
import numpy as np
|
14 |
import soundfile as sf
|
|
|
15 |
|
16 |
# DataFrame with information about the Paintings as image url, Title, description , stroy
|
17 |
|
|
|
12 |
import pandas as pd
|
13 |
import numpy as np
|
14 |
import soundfile as sf
|
15 |
+
!bash setup.sh
|
16 |
|
17 |
# DataFrame with information about the Paintings as image url, Title, description , stroy
|
18 |
|