JRQi commited on
Commit
c6a9a2a
1 Parent(s): 9cf1fba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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