Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,6 +64,8 @@ text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link",li
|
|
| 64 |
|
| 65 |
|
| 66 |
def send_it1(inputs,model_choice=5, count = 1):
|
|
|
|
|
|
|
| 67 |
t=0
|
| 68 |
output_list=[]
|
| 69 |
while t<int(count):
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
def send_it1(inputs,model_choice=5, count = 1):
|
| 67 |
+
if model_choice==None:
|
| 68 |
+
model_choice=5
|
| 69 |
t=0
|
| 70 |
output_list=[]
|
| 71 |
while t<int(count):
|