Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -541,6 +541,12 @@ with gr.Blocks(title="π·οΈ Military-Grade Hierarchical Spiderweb Crawler") as
|
|
| 541 |
|
| 542 |
gr.Markdown("## π‘οΈ Features: Stealth, Multi-Domain, JS, Graph, CORS Proxy, Format Selector, Export")
|
| 543 |
|
|
|
|
| 544 |
if __name__ == "__main__":
|
| 545 |
multiprocessing.set_start_method("spawn", force=True)
|
| 546 |
-
app.launch(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 541 |
|
| 542 |
gr.Markdown("## π‘οΈ Features: Stealth, Multi-Domain, JS, Graph, CORS Proxy, Format Selector, Export")
|
| 543 |
|
| 544 |
+
|
| 545 |
if __name__ == "__main__":
|
| 546 |
multiprocessing.set_start_method("spawn", force=True)
|
| 547 |
+
app.launch(
|
| 548 |
+
server_name="0.0.0.0",
|
| 549 |
+
server_port=7860,
|
| 550 |
+
show_api=True,
|
| 551 |
+
mcp_server=True
|
| 552 |
+
)
|