saritha5 commited on
Commit
9a99c2c
·
1 Parent(s): 3d722cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def prediction(path_image):
139
 
140
 
141
  demo_app = gr.Interface(
142
- fn=occ_prediction,
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",