Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ example_outputs = [predict(input_image) for input_image in example_inputs]
|
|
80 |
import os
|
81 |
|
82 |
current_directory = os.getcwd()
|
83 |
-
print("Current Working Directory:", current_directory)
|
84 |
|
85 |
# Save the example output image
|
86 |
example_outputs[0].save("predicted_1.jpg")
|
|
|
80 |
import os
|
81 |
|
82 |
current_directory = os.getcwd()
|
83 |
+
print("Current Working Directory: ", current_directory)
|
84 |
|
85 |
# Save the example output image
|
86 |
example_outputs[0].save("predicted_1.jpg")
|