Spaces:
Running
Running
removed print statement
Browse files- 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:
|