vector commited on
Commit
51a2a10
·
1 Parent(s): 19d45e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ def sepia(input_img):
21
 
22
 
23
 
24
- -demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
25
  -demo.launch()
 
21
 
22
 
23
 
24
+ demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
25
  -demo.launch()