NeuralNoble commited on
Commit
9007843
·
verified ·
1 Parent(s): 38aac66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def process_image(image):
69
  # Create a Gradio interface
70
  interface = gr.Interface(
71
  fn=process_image,
72
- nputs="image",
73
  outputs="image"
74
  )
75
 
 
69
  # Create a Gradio interface
70
  interface = gr.Interface(
71
  fn=process_image,
72
+ inputs="image",
73
  outputs="image"
74
  )
75