bambadij commited on
Commit
43ccf26
·
verified ·
1 Parent(s): 6758914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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