TroglodyteDerivations
commited on
Updated lines 8-9 with: [removal] IPython functionality | Leveraging Streamlit functionality handling the audio file directly
Browse files
app.py
CHANGED
@@ -5,8 +5,7 @@ import matplotlib.pyplot as plt
|
|
5 |
import numpy as np
|
6 |
from dataclasses import dataclass
|
7 |
import string
|
8 |
-
|
9 |
-
from IPython.display import Audio
|
10 |
|
11 |
st.image('abby_cadabby_.jpeg')
|
12 |
|
|
|
5 |
import numpy as np
|
6 |
from dataclasses import dataclass
|
7 |
import string
|
8 |
+
|
|
|
9 |
|
10 |
st.image('abby_cadabby_.jpeg')
|
11 |
|