Arnaudding001 commited on
Commit
58d9125
1 Parent(s): b8d96a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  #!/usr/bin/env python
2
 
3
  from __future__ import annotations
4
- import StopRunning # 模型还不能跑,这个是我随便遍的import,如果要运行,注释掉这行代码即可
5
 
6
  import argparse
7
  import pathlib
 
1
  #!/usr/bin/env python
2
 
3
  from __future__ import annotations
4
+ # import StopRunning # 模型还不能跑,这个是我随便遍的import,如果要运行,注释掉这行代码即可
5
 
6
  import argparse
7
  import pathlib