bigghuggs commited on
Commit
a023a35
·
verified ·
1 Parent(s): 01d3c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,4 +13,5 @@ def sepia(input_img):
13
 
14
  demo = gr.Interface(sepia, gr.Image(), "image")
15
  if __name__ == "__main__":
16
- demo.launch()
 
 
13
 
14
  demo = gr.Interface(sepia, gr.Image(), "image")
15
  if __name__ == "__main__":
16
+ demo.launch()
17
+