Bennie12 commited on
Commit
90fb62b
·
verified ·
1 Parent(s): 3287e26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ demo = gr.TabbedInterface(
53
 
54
  # ✅ 加上這段,Hugging Face 才能啟動 Space
55
  if __name__ == "__main__":
56
- demo.launch(enable_queue=True)
 
53
 
54
  # ✅ 加上這段,Hugging Face 才能啟動 Space
55
  if __name__ == "__main__":
56
+ demo.queue().launch()