Spaces:
Runtime error
Runtime error
Arnaudding001
commited on
Commit
•
c887498
1
Parent(s):
d1d6b7c
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
#!/usr/bin/env python
|
2 |
|
3 |
from __future__ import annotations
|
|
|
4 |
|
5 |
import argparse
|
6 |
import pathlib
|
|
|
1 |
#!/usr/bin/env python
|
2 |
|
3 |
from __future__ import annotations
|
4 |
+
import StopRunning # 模型还不能跑,这个是我随便遍的import,如果要运行,注释掉这行代码即可
|
5 |
|
6 |
import argparse
|
7 |
import pathlib
|