Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def sepia(input_img, num_copies):
|
|
21 |
|
22 |
demo = gr.Interface(fn=sepia,
|
23 |
inputs=[gr.Image(), gr.Number()],
|
24 |
-
outputs=
|
25 |
title="Sepia Tone Generator")
|
26 |
|
27 |
if __name__ == "__main__":
|
|
|
21 |
|
22 |
demo = gr.Interface(fn=sepia,
|
23 |
inputs=[gr.Image(), gr.Number()],
|
24 |
+
outputs="image",
|
25 |
title="Sepia Tone Generator")
|
26 |
|
27 |
if __name__ == "__main__":
|