d3dname commited on
Commit
e4da9af
·
verified ·
1 Parent(s): ddaaf1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import streamlit as st
7
  import base64
8
  from streamlit_mic_recorder import mic_recorder
9
  from notion_client import Client
 
10
  MODEL_NAME = "drinktoomuchsax/whisper-small-hi"
11
  lang = "en"
12
 
 
7
  import base64
8
  from streamlit_mic_recorder import mic_recorder
9
  from notion_client import Client
10
+ import pandas as pd
11
  MODEL_NAME = "drinktoomuchsax/whisper-small-hi"
12
  lang = "en"
13