Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ def greet(payload):
|
|
| 7 |
response = requests.post("https://api-inference.huggingface.co/models/PoseyATX/GPTxLege_FoxHunter", headers={"Authorization": "Bearer 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"}, json=payload)
|
| 8 |
return response.json()
|
| 9 |
super().load(name=PoseyATX/FoxHunter, src=huggingface, api_key=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, alias=FoxHunter, **kwargs)
|
| 10 |
-
output =
|
| 11 |
"inputs": "https://capitol.texas.gov/tlodocs/88R/billtext/html/HB00025I.htm",
|
| 12 |
})
|
| 13 |
|
|
|
|
| 7 |
response = requests.post("https://api-inference.huggingface.co/models/PoseyATX/GPTxLege_FoxHunter", headers={"Authorization": "Bearer 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"}, json=payload)
|
| 8 |
return response.json()
|
| 9 |
super().load(name=PoseyATX/FoxHunter, src=huggingface, api_key=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, alias=FoxHunter, **kwargs)
|
| 10 |
+
output = greet({
|
| 11 |
"inputs": "https://capitol.texas.gov/tlodocs/88R/billtext/html/HB00025I.htm",
|
| 12 |
})
|
| 13 |
|