Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def cleanup_temp_dir(tmp_dir):
|
|
112 |
return "临时目录已清理"
|
113 |
return "没有临时目录需要清理"
|
114 |
|
115 |
-
|
116 |
font = ["Heiti SC", "FangSong"]
|
117 |
title = """<h1 style="text-align: center;">
|
118 |
<div style="width: 1.4em; height: 1.4em; display: inline-block;"><img src="https://github.com/ZiyuGuo99/ZiyuGuo99.github.io/blob/main/assets/img/sl.png?raw=true" style='width: 100%; height: 100%; object-fit: contain;' /></div>
|
|
|
112 |
return "临时目录已清理"
|
113 |
return "没有临时目录需要清理"
|
114 |
|
115 |
+
install()
|
116 |
font = ["Heiti SC", "FangSong"]
|
117 |
title = """<h1 style="text-align: center;">
|
118 |
<div style="width: 1.4em; height: 1.4em; display: inline-block;"><img src="https://github.com/ZiyuGuo99/ZiyuGuo99.github.io/blob/main/assets/img/sl.png?raw=true" style='width: 100%; height: 100%; object-fit: contain;' /></div>
|