Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|