Senath commited on
Commit
1ae3b0e
·
verified ·
1 Parent(s): a9edd2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ iface = gr.Interface(
217
  outputs="json",
218
  title="iVoice Context-Aware",
219
  description="Returns only the detected entities and their related info."
220
- ).queue(api_name="/predict")
221
  # ← removed unsupported kwargs
222
 
223
  if __name__ == "__main__":
 
217
  outputs="json",
218
  title="iVoice Context-Aware",
219
  description="Returns only the detected entities and their related info."
220
+ ).queue()
221
  # ← removed unsupported kwargs
222
 
223
  if __name__ == "__main__":