ysharma HF staff commited on
Commit
b26644f
·
1 Parent(s): f50b6a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def text_generate(prompt):
53
  },
54
  "options":
55
  {"use_cache": True,
56
- "wait_for_modelche": True,
57
  },}
58
  response = requests.post(API_URL, headers=headers, json=json_)
59
  print(f"Response is : {response}")
 
53
  },
54
  "options":
55
  {"use_cache": True,
56
+ "wait_for_model": True,
57
  },}
58
  response = requests.post(API_URL, headers=headers, json=json_)
59
  print(f"Response is : {response}")