Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def prediction(path_image):
|
|
139 |
|
140 |
|
141 |
demo_app = gr.Interface(
|
142 |
-
fn=
|
143 |
inputs=inputs,
|
144 |
outputs= "image",
|
145 |
title = "Tag Diciphering",
|
|
|
139 |
|
140 |
|
141 |
demo_app = gr.Interface(
|
142 |
+
fn= prediction,
|
143 |
inputs=inputs,
|
144 |
outputs= "image",
|
145 |
title = "Tag Diciphering",
|