Eason918 commited on
Commit
083ac07
·
verified ·
1 Parent(s): 27fec73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ def main():
89
  with open(audio_file, "rb") as file:
90
  st.download_button("📥 Download Audio", file, file_name="story.mp3")
91
 
92
- # 🆕 加入 Python 標準入口檢查,讓程式從 main() 開始執行
93
  if __name__ == "__main__":
94
  main()
 
89
  with open(audio_file, "rb") as file:
90
  st.download_button("📥 Download Audio", file, file_name="story.mp3")
91
 
92
+ # Add a Python standard entry check so that the program starts with main() | 加入 Python 標準入口檢查,讓程式從 main() 開始執行
93
  if __name__ == "__main__":
94
  main()