nathanjc commited on
Commit
32cfcb9
·
1 Parent(s): ddf04e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ def get_output(input_image):
219
  if os.path.exists(output_path):
220
  return np.array(Image.open(output_path))
221
  else:
222
- return input_image
223
 
224
 
225
  demo = gr.Interface(fn=get_output, inputs="image", outputs="image")
 
219
  if os.path.exists(output_path):
220
  return np.array(Image.open(output_path))
221
  else:
222
+ return input_image
223
 
224
 
225
  demo = gr.Interface(fn=get_output, inputs="image", outputs="image")