amosfang commited on
Commit
fec631d
1 Parent(s): b036e74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")