AlGe commited on
Commit
96dc442
·
verified ·
1 Parent(s): 483489e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,6 +16,5 @@ iface = gr.Interface(fn=my_interface,
16
  inputs=gr.Image(),
17
  outputs=gr.Image())
18
 
19
- iface = gr.Interface(fn=predict, inputs=inputs, outputs=outputs)
20
  # Launch your Gradio interface
21
  iface.launch()
 
16
  inputs=gr.Image(),
17
  outputs=gr.Image())
18
 
 
19
  # Launch your Gradio interface
20
  iface.launch()