merve HF Staff commited on
Commit
1fc7fac
·
1 Parent(s): c2425d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ data = query(
28
  "inputs": {
29
  "question": input,
30
  "context": context,
31
- }
 
32
  }
33
  )
34
  try:
 
28
  "inputs": {
29
  "question": input,
30
  "context": context,
31
+ },
32
+ "options" : {"wait_for_model": True},
33
  }
34
  )
35
  try: