TRaw commited on
Commit
ffa268b
·
1 Parent(s): bdc83cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def rephrase(text):
11
  headers={"Authorization": "Bearer 6438355a-133a-4ad6-9674-a4f9be050cf8",
12
  "Accept": "application/json",
13
  "Content-Type": "application/json"},
14
- data=json.dumps({"spellId": "YOUR_SPELL_ID",
15
  "inputs": {"input": text}})
16
  )
17
 
 
11
  headers={"Authorization": "Bearer 6438355a-133a-4ad6-9674-a4f9be050cf8",
12
  "Accept": "application/json",
13
  "Content-Type": "application/json"},
14
+ data=json.dumps({"spellId": "d7nG5HU8tVLmI1AjlOrFR",
15
  "inputs": {"input": text}})
16
  )
17