Serj commited on
Commit
85556c0
1 Parent(s): 9c0ec26

Removed unused consts

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
 
3
  from intent_classifier.model import IntentClassifier
4
- from consts import FLAN_T5_SMALL, FLAN_T5_BASE
5
 
6
 
7
  @st.cache_resource
 
1
  import streamlit as st
2
 
3
  from intent_classifier.model import IntentClassifier
 
4
 
5
 
6
  @st.cache_resource