Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import time
|
|
| 5 |
import pandas as pd
|
| 6 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
|
| 7 |
|
|
|
|
| 8 |
from game1 import read1, func1, interpre1, func1_written
|
| 9 |
from game2 import func2
|
| 10 |
from game3 import read3, func3, interpre3, func3_written
|
|
|
|
| 5 |
import pandas as pd
|
| 6 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
|
| 7 |
|
| 8 |
+
|
| 9 |
from game1 import read1, func1, interpre1, func1_written
|
| 10 |
from game2 import func2
|
| 11 |
from game3 import read3, func3, interpre3, func3_written
|