Omnibus commited on
Commit
c97e511
1 Parent(s): 2dd72e4

Update diff.py

Browse files
Files changed (1) hide show
  1. diff.py +1 -1
diff.py CHANGED
@@ -52,7 +52,7 @@ class SendIt:
52
 
53
  ]
54
 
55
- def send_it(self,inputs,model_choice, count = 1):
56
  t=0
57
  output_list=[]
58
  while t<int(count):
 
52
 
53
  ]
54
 
55
+ def send_it(self,inputs,model_choice=5, count = 1):
56
  t=0
57
  output_list=[]
58
  while t<int(count):