Update diff.py
Browse files
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):
|