Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def sepia(input_img):
|
|
105 |
|
106 |
|
107 |
|
108 |
-
demo = gr.Interface(fn=
|
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",
|