Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def cleanup_temp_dir(tmp_dir):
|
|
152 |
tmp_dir.cleanup()
|
153 |
return "临时目录已清理"
|
154 |
return "没有临时目录需要清理"
|
155 |
-
|
156 |
install()
|
157 |
font = ["Heiti SC", "FangSong"]
|
158 |
title = """<h1 style="text-align: center;">
|
|
|
152 |
tmp_dir.cleanup()
|
153 |
return "临时目录已清理"
|
154 |
return "没有临时目录需要清理"
|
155 |
+
print("HHHHHabc")
|
156 |
install()
|
157 |
font = ["Heiti SC", "FangSong"]
|
158 |
title = """<h1 style="text-align: center;">
|