Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,6 +92,7 @@ def launch(text_input):
|
|
92 |
|
93 |
# Print for debugging (optional)
|
94 |
print(f"Most likely ISCO code is {decoded_labels[0]} and probability is {highest_probabilities[0]}")
|
|
|
95 |
|
96 |
# Create descriptive text for the output
|
97 |
result_text = (
|
|
|
92 |
|
93 |
# Print for debugging (optional)
|
94 |
print(f"Most likely ISCO code is {decoded_labels[0]} and probability is {highest_probabilities[0]}")
|
95 |
+
print(text_input)
|
96 |
|
97 |
# Create descriptive text for the output
|
98 |
result_text = (
|