COCODEDE04 commited on
Commit
f94ab20
·
verified ·
1 Parent(s): f29421f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -136,6 +136,7 @@ iface = gr.Interface(
136
  "Click Submit to predict, or call this Space via POST /run/predict. "
137
  "Server normalises using saved means/stds and returns probabilities + state."
138
  )
 
139
  )
140
  # ---------------------------------------------
141
 
 
136
  "Click Submit to predict, or call this Space via POST /run/predict. "
137
  "Server normalises using saved means/stds and returns probabilities + state."
138
  )
139
+ api_name="predict"
140
  )
141
  # ---------------------------------------------
142