Skip to content

Commit

Permalink
fix Codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGoJoestar committed Jul 4, 2023
1 parent 58d1020 commit 25c7a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inference/gradio_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def gentask():
ret = self.mfunc(callback=_callback, **self.kwargs)
except ValueError:
pass
except Exception as e:
except Exception:
traceback.print_exc()

clear_torch_cache()
Expand Down

0 comments on commit 25c7a8c

Please sign in to comment.