Commit
·
2342ece
1
Parent(s):
f33344b
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ def rb(img):
|
|
33 |
|
34 |
|
35 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
36 |
-
demo = gr.Interface(fn=rb, inputs=inputs, outputs=[
|
37 |
demo.launch()
|
|
|
33 |
|
34 |
|
35 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
36 |
+
demo = gr.Interface(fn=rb, inputs=inputs, outputs=[inputs, "json"])
|
37 |
demo.launch()
|