Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ def fun(a):
|
|
17 |
return Image.fromarray(inp)
|
18 |
|
19 |
|
20 |
-
gr.Interface(fn=fun, inputs=gr.Image(shape=(48, 48)), outputs="
|
|
|
17 |
return Image.fromarray(inp)
|
18 |
|
19 |
|
20 |
+
gr.Interface(fn=fun, inputs=gr.Image(shape=(48, 48)), outputs="image").launch()
|