nathanjc commited on
Commit
0c26d6f
·
1 Parent(s): 64b9b16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -214,8 +214,8 @@ def get_output(image):
214
  # else:
215
  return image
216
 
217
- def main():
218
- gr.Interface(fn=get_output,
219
- inputs=gr.Image(type = "pil", label="Your image"),
220
- outputs="image"
221
- ).launch(debug=True)
 
214
  # else:
215
  return image
216
 
217
+
218
+ gr.Interface(fn=get_output,
219
+ inputs=gr.Image(type = "pil", label="Your image"),
220
+ outputs="image"
221
+ ).launch(debug=True)