vector commited on
Commit
e736300
·
1 Parent(s): b29bf0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ def sepia(input_img):
14
 
15
 
16
 
17
- demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
18
  -demo.launch()
 
14
 
15
 
16
 
17
+ -demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
18
  -demo.launch()