Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -426,8 +426,10 @@ def get_prompts(prompt_text):
|
|
426 |
return gen
|
427 |
|
428 |
def gen_im(prompt,model_choice=5,count=1):
|
429 |
-
out = dif(
|
430 |
-
|
|
|
|
|
431 |
|
432 |
|
433 |
with gr.Blocks() as build_app:
|
|
|
426 |
return gen
|
427 |
|
428 |
def gen_im(prompt,model_choice=5,count=1):
|
429 |
+
out = dif.SendIt()
|
430 |
+
ou1 = out.send_it(prompt,5,count)
|
431 |
+
|
432 |
+
return out1
|
433 |
|
434 |
|
435 |
with gr.Blocks() as build_app:
|