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

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=["textbox"]
71
  ).launch()
 
67
  gr.Interface(
68
  fn=send_it,
69
  inputs=["textbox","number","number"],
70
+ outputs=["JSON"]
71
  ).launch()