Spaces:
Paused
Paused
Update intent.py
Browse files
intent.py
CHANGED
@@ -103,4 +103,4 @@ def background_training(project_name, intents, model_id, output_path, confidence
|
|
103 |
|
104 |
except Exception as e:
|
105 |
log(f"❌ Intent eğitimi hatası: {e}")
|
106 |
-
traceback.print_exc()
|
|
|
103 |
|
104 |
except Exception as e:
|
105 |
log(f"❌ Intent eğitimi hatası: {e}")
|
106 |
+
traceback.print_exc()
|