Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def greet(image):
|
|
21 |
|
22 |
|
23 |
#print(model.summary())
|
24 |
-
return
|
25 |
|
26 |
-
iface = gr.Interface(fn=greet, inputs=gr.Image(), outputs=
|
27 |
iface.launch()
|
|
|
21 |
|
22 |
|
23 |
#print(model.summary())
|
24 |
+
return prediction
|
25 |
|
26 |
+
iface = gr.Interface(fn=greet, inputs=gr.Image(), outputs=gr.Image())
|
27 |
iface.launch()
|