Spaces:
Runtime error
Runtime error
Gagan Bhatia commited on
Commit ·
cb1227c
1
Parent(s): ca3e561
Update train_model.py
Browse files
src/models/train_model.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
from .model import Summarization
|
| 2 |
-
|
|
|
|
| 3 |
|
| 4 |
def train_model():
|
| 5 |
"""
|
|
|
|
| 1 |
+
from src.models.model import Summarization
|
| 2 |
+
import pandas as pd
|
| 3 |
+
|
| 4 |
|
| 5 |
def train_model():
|
| 6 |
"""
|