Spaces:
Build error
Build error
Update app.py
Browse files
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": "
|
| 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 |
|