Spaces:
Sleeping
Sleeping
TrBn17 commited on
Commit ·
db54dc4
1
Parent(s): 28205de
fix app
Browse files- app.py +2 -2
- credit_classifier.joblib +3 -0
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -64,7 +64,7 @@ class LOSFOXAi:
|
|
| 64 |
try:
|
| 65 |
genai.configure(api_key=self.api_key)
|
| 66 |
self.model = genai.GenerativeModel('gemini-2.5-pro')
|
| 67 |
-
print("✓ LOSFOXAi-v1.1 khởi tạo thành công với Neural Engine
|
| 68 |
except Exception as e:
|
| 69 |
print(f"Cảnh báo khởi tạo API: {e}")
|
| 70 |
self.model = None
|
|
@@ -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(
|
|
|
|
| 64 |
try:
|
| 65 |
genai.configure(api_key=self.api_key)
|
| 66 |
self.model = genai.GenerativeModel('gemini-2.5-pro')
|
| 67 |
+
print("✓ LOSFOXAi-v1.1 khởi tạo thành công với Neural Engine LOS-FOXAi-1.1")
|
| 68 |
except Exception as e:
|
| 69 |
print(f"Cảnh báo khởi tạo API: {e}")
|
| 70 |
self.model = None
|
|
|
|
| 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()
|
credit_classifier.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9c5d5fc7bc20dd744e240340ce7d6cf51caf56c4c8db27494d3bce0f83a545d
|
| 3 |
+
size 33489157
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==4.44.
|
| 2 |
pandas==2.1.3
|
| 3 |
numpy==1.24.3
|
| 4 |
google-generativeai>=0.8.0
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
pandas==2.1.3
|
| 3 |
numpy==1.24.3
|
| 4 |
google-generativeai>=0.8.0
|