Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -451,7 +451,6 @@ def two_stage_qa(question, candidate_paragraphs_str, max_seq_len_mc=512, max_seq
|
|
| 451 |
null_score_diff_threshold=0.0,
|
| 452 |
output_dir=None,
|
| 453 |
prefix="gradio_predict",
|
| 454 |
-
is_world_process_zero=True
|
| 455 |
)
|
| 456 |
|
| 457 |
final_answer = predictions_dict.get("temp_id", "ζͺθ½ζεηζ‘γ")
|
|
|
|
| 451 |
null_score_diff_threshold=0.0,
|
| 452 |
output_dir=None,
|
| 453 |
prefix="gradio_predict",
|
|
|
|
| 454 |
)
|
| 455 |
|
| 456 |
final_answer = predictions_dict.get("temp_id", "ζͺθ½ζεηζ‘γ")
|