Jeffrey Rathgeber Jr commited on
Commit
27c3754
·
unverified ·
1 Parent(s): 99a4da3

print statements

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -69,6 +69,8 @@ if option == 'TextBlob':
69
 
70
  if option == 'MILESTONE 3: FINE-TUNED':
71
 
 
 
72
  model_name_0 = "Rathgeberj/milestone3_0"
73
  model_0 = AutoModelForSequenceClassification.from_pretrained(model_name_0)
74
  tokenizer_0 = AutoTokenizer.from_pretrained(model_name_0)
@@ -104,4 +106,4 @@ if option == 'MILESTONE 3: FINE-TUNED':
104
  classifiers = [classifier_0, classifier_1, classifier_2, classifier_3, classifier_4, classifier_5]
105
 
106
 
107
- st.write('TESTING')
 
69
 
70
  if option == 'MILESTONE 3: FINE-TUNED':
71
 
72
+ st.write('TESTING1')
73
+
74
  model_name_0 = "Rathgeberj/milestone3_0"
75
  model_0 = AutoModelForSequenceClassification.from_pretrained(model_name_0)
76
  tokenizer_0 = AutoTokenizer.from_pretrained(model_name_0)
 
106
  classifiers = [classifier_0, classifier_1, classifier_2, classifier_3, classifier_4, classifier_5]
107
 
108
 
109
+ st.write('TESTING2')