Update process_data.py
Browse files- process_data.py +1 -7
process_data.py
CHANGED
|
@@ -222,13 +222,7 @@ def pre_processing(input_data, parameters):
|
|
| 222 |
print("Response Text: ")
|
| 223 |
print(response_text)
|
| 224 |
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
print("Result: ")
|
| 229 |
-
print(partially_processed_input)
|
| 230 |
-
|
| 231 |
-
input_text = partially_processed_input
|
| 232 |
|
| 233 |
except Exception as e:
|
| 234 |
print(f"Failed to parse response as JSON. Error was: {e}")
|
|
|
|
| 222 |
print("Response Text: ")
|
| 223 |
print(response_text)
|
| 224 |
|
| 225 |
+
input_text = response_text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
|
| 227 |
except Exception as e:
|
| 228 |
print(f"Failed to parse response as JSON. Error was: {e}")
|