Spaces:
Running
on
Zero
Running
on
Zero
Lord-Raven
commited on
Commit
·
bbe0398
1
Parent(s):
6b9e813
Playing with different models.
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ classifier = pipeline(task='zero-shot-classification', model='tasksource/deberta
|
|
8 |
|
9 |
app.add_middleware(
|
10 |
CORSMiddleware,
|
11 |
-
allow_origins
|
12 |
allow_credentials=False,
|
13 |
allow_methods=["*"],
|
14 |
allow_headers=["*"],
|
|
|
8 |
|
9 |
app.add_middleware(
|
10 |
CORSMiddleware,
|
11 |
+
allow_origins=["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win"],
|
12 |
allow_credentials=False,
|
13 |
allow_methods=["*"],
|
14 |
allow_headers=["*"],
|