Update Modules/Deep_Research.py
Browse files- Modules/Deep_Research.py +1 -1
Modules/Deep_Research.py
CHANGED
|
@@ -587,7 +587,7 @@ def build_interface() -> gr.Interface:
|
|
| 587 |
),
|
| 588 |
api_description=TOOL_SUMMARY,
|
| 589 |
flagging_mode="never",
|
| 590 |
-
show_api=
|
| 591 |
)
|
| 592 |
|
| 593 |
|
|
|
|
| 587 |
),
|
| 588 |
api_description=TOOL_SUMMARY,
|
| 589 |
flagging_mode="never",
|
| 590 |
+
show_api=True,
|
| 591 |
)
|
| 592 |
|
| 593 |
|