Spaces:
Sleeping
Sleeping
=
commited on
Commit
·
c48b0f5
1
Parent(s):
4a735a6
adding exception
Browse files
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 |
-
|
138 |
|
139 |
|
140 |
|
|
|
134 |
|
135 |
st.warning("The chosen model is not available yet !", icon = "⚠️")
|
136 |
|
137 |
+
st.write(e)
|
138 |
|
139 |
|
140 |
|