radames commited on
Commit
8e89c60
1 Parent(s): d58e400
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -94,7 +94,10 @@ def generate(
94
 
95
  app = FastAPI()
96
  origins = [
 
97
  "http://huggingface.co",
 
 
98
  ]
99
 
100
  app.add_middleware(
 
94
 
95
  app = FastAPI()
96
  origins = [
97
+ "https://huggingface.co",
98
  "http://huggingface.co",
99
+ "https://huggingface.co/"
100
+ "http://huggingface.co/",
101
  ]
102
 
103
  app.add_middleware(