jpterry commited on
Commit
8c3c85e
·
1 Parent(s): 9c50a2c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def predict_and_analyze(model_name, num_channels, dim, image):
150
 
151
  print("Sending to Hugging Face")
152
 
153
- return output, input_pil_image, fig
154
 
155
 
156
  if __name__ == "__main__":
 
150
 
151
  print("Sending to Hugging Face")
152
 
153
+ return output, fig
154
 
155
 
156
  if __name__ == "__main__":