Gopal2002 commited on
Commit
c676250
1 Parent(s): 4a047b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def greet(traindata_,output_repo):
111
  )
112
  dpo_trainer.train()
113
  return "Training Done"
114
- except MyException as e:
115
  return str(e)
116
 
117
 
 
111
  )
112
  dpo_trainer.train()
113
  return "Training Done"
114
+ except Exception as e:
115
  return str(e)
116
 
117