nsethi610 commited on
Commit
91fc66a
1 Parent(s): 1f422ed

removed print statement

Browse files
Files changed (1) hide show
  1. pipeline_utils.py +0 -1
pipeline_utils.py CHANGED
@@ -4,7 +4,6 @@ from transformers import pipeline
4
 
5
 
6
  def review_training_choices(choice):
7
- print(choice)
8
  if choice == "Use Pipeline":
9
  return gr.Row(visible=True)
10
  else:
 
4
 
5
 
6
  def review_training_choices(choice):
 
7
  if choice == "Use Pipeline":
8
  return gr.Row(visible=True)
9
  else: