A19grey commited on
Commit
d893f72
·
1 Parent(s): d59dba7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def predict_depth(input_image):
184
  if temp_file and os.path.exists(temp_file):
185
  os.remove(temp_file)
186
 
187
- # Create the Gradio interface with appropriate input and output components
188
  iface = gr.Interface(
189
  fn=predict_depth,
190
  inputs=gr.Image(type="filepath"),
 
184
  if temp_file and os.path.exists(temp_file):
185
  os.remove(temp_file)
186
 
187
+ # Create the Gradio interface with appropriate input and output components.
188
  iface = gr.Interface(
189
  fn=predict_depth,
190
  inputs=gr.Image(type="filepath"),