Update app.py
Browse files
app.py
CHANGED
@@ -32,12 +32,7 @@ client = OpenAI(
|
|
32 |
)
|
33 |
|
34 |
#Additional information
|
35 |
-
origins = [
|
36 |
-
"https://bambadij-summaryt5.hf.space/generate/",
|
37 |
-
"http://bambadij-summaryt5.hf.space/generate/",
|
38 |
-
"https://integrate.api.nvidia.com/v1",
|
39 |
-
"http://localhost:8080",
|
40 |
-
]
|
41 |
Informations = """
|
42 |
-text : Texte à resumé
|
43 |
|
|
|
32 |
)
|
33 |
|
34 |
#Additional information
|
35 |
+
origins = ["*"]
|
|
|
|
|
|
|
|
|
|
|
36 |
Informations = """
|
37 |
-text : Texte à resumé
|
38 |
|