Azeez98 commited on
Commit
5d0e7d7
·
verified ·
1 Parent(s): e6237ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -185,6 +185,7 @@ async def download_dependencies(
185
  except subprocess.CalledProcessError as e:
186
  raise HTTPException(status_code=500, detail=f"Error downloading dependencies: {str(e)}")
187
  except Exception as e:
 
188
  raise HTTPException(status_code=500, detail=str(e))
189
  finally:
190
  if tmp_path and os.path.exists(tmp_path):
 
185
  except subprocess.CalledProcessError as e:
186
  raise HTTPException(status_code=500, detail=f"Error downloading dependencies: {str(e)}")
187
  except Exception as e:
188
+ print(str(e), "dddddddddddddddddddd")
189
  raise HTTPException(status_code=500, detail=str(e))
190
  finally:
191
  if tmp_path and os.path.exists(tmp_path):