Omnibus commited on
Commit
ac175b3
·
1 Parent(s): 66c96a4

Update app.py

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