GOGO198 commited on
Commit
4d65f0b
·
verified ·
1 Parent(s): 2c02394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -181,6 +181,7 @@ if __name__ == "__main__":
181
  fn=respond,
182
  inputs="text",
183
  outputs="json",
 
184
  live=False
185
  )
186
 
 
181
  fn=respond,
182
  inputs="text",
183
  outputs="json",
184
+ api_name="predict",
185
  live=False
186
  )
187