aquibmoin commited on
Commit
93c47ac
·
verified ·
1 Parent(s): e163d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def query(payload):
10
  response = requests.post(API_URL, headers=headers, json=payload)
11
  return response.json()
12
 
13
- def get_model_output():
14
 
15
  payload = {
16
  "inputs": input_text
 
10
  response = requests.post(API_URL, headers=headers, json=payload)
11
  return response.json()
12
 
13
+ def get_model_output(input_text):
14
 
15
  payload = {
16
  "inputs": input_text