NeeravS commited on
Commit
aa758d0
·
verified ·
1 Parent(s): 926afdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)}")