= commited on
Commit
c873531
·
1 Parent(s): cc402a2

writing error

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