Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,3 +32,4 @@ try:
|
|
32 |
except Exception as e:
|
33 |
st.error(f"Error running the app from the cloned repo: {e}")
|
34 |
st.stop() # Stop the app if the cloned app can't be executed
|
|
|
|
32 |
except Exception as e:
|
33 |
st.error(f"Error running the app from the cloned repo: {e}")
|
34 |
st.stop() # Stop the app if the cloned app can't be executed
|
35 |
+
st.error(f"Failed to process video: {str(e)}")
|