= commited on
Commit
c48b0f5
·
1 Parent(s): 4a735a6

adding exception

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ except Exception as e:
134
 
135
  st.warning("The chosen model is not available yet !", icon = "⚠️")
136
 
137
- # st.write(e)
138
 
139
 
140
 
 
134
 
135
  st.warning("The chosen model is not available yet !", icon = "⚠️")
136
 
137
+ st.write(e)
138
 
139
 
140