co42 HF staff commited on
Commit
4e9ae2f
·
verified ·
1 Parent(s): e203f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,8 +139,8 @@ with demo:
139
  )
140
 
141
  def handle_pdb(sig, frame):
142
- import pdb
143
- pdb.Pdb().set_trace(frame)
144
 
145
  if __name__ == "__main__":
146
  # Launch demo
 
139
  )
140
 
141
  def handle_pdb(sig, frame):
142
+ import pdb;
143
+ pdb.set_trace()
144
 
145
  if __name__ == "__main__":
146
  # Launch demo