Spaces:
Sleeping
Sleeping
TrBn17 commited on
Commit ·
28205de
1
Parent(s): d401f61
share
Browse files
app.py
CHANGED
|
@@ -641,4 +641,4 @@ if __name__ == "__main__":
|
|
| 641 |
print("🦊 Khởi động FoxAI Credit Scoring System v1.1...")
|
| 642 |
print("🚀 Connecting to LOS-FOXAi-1.1 Neural Engine...")
|
| 643 |
print("✅ System ready!")
|
| 644 |
-
app.launch(share=
|
|
|
|
| 641 |
print("🦊 Khởi động FoxAI Credit Scoring System v1.1...")
|
| 642 |
print("🚀 Connecting to LOS-FOXAi-1.1 Neural Engine...")
|
| 643 |
print("✅ System ready!")
|
| 644 |
+
app.launch(share=True, server_name="127.0.0.1", server_port=7862)
|