youngtsai commited on
Commit
d3658c3
·
1 Parent(s): 0d37efe

"hf.space",

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -670,7 +670,7 @@ def init_params(request: gr.Request):
670
  "junyiacademy.org",
671
  "junyiacademy.appspot.com",
672
  "colearn30.com", # 樂寫網
673
- "huggingface.co",
674
  "localhost:7860"
675
  ]
676
  if any(allowed_origin in request_origin for allowed_origin in allowed_request_origins):
 
670
  "junyiacademy.org",
671
  "junyiacademy.appspot.com",
672
  "colearn30.com", # 樂寫網
673
+ "hf.space",
674
  "localhost:7860"
675
  ]
676
  if any(allowed_origin in request_origin for allowed_origin in allowed_request_origins):