yupikopi commited on
Commit
ab77ffd
·
1 Parent(s): 7e65ea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ demo = gr.Interface(
21
  fn=sepia,
22
  inputs=gr.Image(shape=(256, 256)),
23
  outputs="image"
24
- )
25
 
26
 
27
  #image = gr.inputs.Image(shape=(256,256))
 
21
  fn=sepia,
22
  inputs=gr.Image(shape=(256, 256)),
23
  outputs="image"
24
+ ).launch()
25
 
26
 
27
  #image = gr.inputs.Image(shape=(256,256))