ksatzke commited on
Commit
dc2bd70
·
verified ·
1 Parent(s): 61c0e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ if __name__ == "__main__":
290
  submitted = st.form_submit_button("Submit")
291
 
292
  if submitted:
293
- print(input_text)
294
  # hardcode input data
295
  model_checkpoint = "sgugger/glue-mrpc"
296
  dataset_name = "nyu-mll/glue"
 
290
  submitted = st.form_submit_button("Submit")
291
 
292
  if submitted:
293
+ print(dataset_name, model_checkpoint)
294
  # hardcode input data
295
  model_checkpoint = "sgugger/glue-mrpc"
296
  dataset_name = "nyu-mll/glue"