PoseyATX commited on
Commit
2c45e7d
·
1 Parent(s): cce1d7b

Update app.py

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