TroglodyteDerivations commited on
Commit
30622c7
·
verified ·
1 Parent(s): bdd6643

Updated lines 8-9 with: [removal] IPython functionality | Leveraging Streamlit functionality handling the audio file directly

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- import IPython
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