swjin commited on
Commit
2989d1e
1 Parent(s): 59198bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def sepia(input_img):
105
 
106
 
107
 
108
- demo = gr.Interface(fn=draw_plot,
109
  inputs=gr.Image(shape=(400, 600)),
110
  outputs=['plot'],
111
  title="SWJIN11 TASK",
 
105
 
106
 
107
 
108
+ demo = gr.Interface(fn=sepia,
109
  inputs=gr.Image(shape=(400, 600)),
110
  outputs=['plot'],
111
  title="SWJIN11 TASK",