Spaces:
Sleeping
Sleeping
sunnychenxiwang
commited on
Commit
•
69e3a48
1
Parent(s):
2a93dd4
my app
Browse files
app.py
CHANGED
@@ -55,5 +55,5 @@ def sepia(input_img):
|
|
55 |
|
56 |
# Download human-readable labels for ImageNet.
|
57 |
|
58 |
-
gr.Interface(fn=sepia,inputs=gr.Image(type="pil")).launch()
|
59 |
|
|
|
55 |
|
56 |
# Download human-readable labels for ImageNet.
|
57 |
|
58 |
+
gr.Interface(fn=sepia,inputs=gr.Image(type="pil"),outputs="image").launch()
|
59 |
|