Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bennie12
/
Project-PredictScamInfo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Bennie12
commited on
Jun 6, 2025
Commit
3287e26
·
verified
·
1 Parent(s):
0919521
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ demo = gr.TabbedInterface(
53
54
# ✅ 加上這段,Hugging Face 才能啟動 Space
55
if __name__ == "__main__":
56
-
demo.launch()
53
54
# ✅ 加上這段,Hugging Face 才能啟動 Space
55
if __name__ == "__main__":
56
+
demo.launch(
enable_queue=True
)