Omnibus commited on
Commit
2e75ebf
·
1 Parent(s): 7e95418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,5 +67,5 @@ def send_it(inputs,model_choice=5, count = 1):
67
  gr.Interface(
68
  fn=send_it,
69
  inputs=["textbox","number","number"],
70
- outputs=["JSON"]
71
  ).launch()
 
67
  gr.Interface(
68
  fn=send_it,
69
  inputs=["textbox","number","number"],
70
+ outputs=["json"]
71
  ).launch()