sagawa commited on
Commit
258c010
1 Parent(s): 813e902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ class CFG():
35
  num_return_sequences = num_beams
36
  uploaded_file = st.file_uploader("Choose a CSV file")
37
  input_data = st.text_area(display_text)
38
- model_name_or_path = 'sagawa/ReactionT5-forward-v2'
39
  input_column = 'input'
40
  input_max_length = 400
41
  model = 't5'
 
35
  num_return_sequences = num_beams
36
  uploaded_file = st.file_uploader("Choose a CSV file")
37
  input_data = st.text_area(display_text)
38
+ model_name_or_path = 'sagawa/ReactionT5v2-forward'
39
  input_column = 'input'
40
  input_max_length = 400
41
  model = 't5'