sunnychenxiwang commited on
Commit
69e3a48
1 Parent(s): 2a93dd4
Files changed (1) hide show
  1. app.py +1 -1
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