周泳恩 commited on
Commit
0ec4b83
·
1 Parent(s): ba149ed

添加app.py文件作为Hugging Face Spaces入口点

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+
3
+ # 这是一个占位文件,实际应用通过Dockerfile启动
4
+ # This is a placeholder file, the actual application is started through Dockerfile
5
+ print("SillyTavern应用通过Docker启动")