m-ric HF Staff commited on
Commit
7890c05
·
verified ·
1 Parent(s): 2cb9ff0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -63,7 +63,6 @@ async def get_results():
63
  except Exception as e:
64
  # Print the full error traceback to your logs
65
  print("Error occurred:", str(e))
66
- print("Traceback:", traceback.format_exc())
67
  raise HTTPException(status_code=500, detail=str(e))
68
 
69
 
 
63
  except Exception as e:
64
  # Print the full error traceback to your logs
65
  print("Error occurred:", str(e))
 
66
  raise HTTPException(status_code=500, detail=str(e))
67
 
68