Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def gradio_gen_process(img,prompt,ps=0.6,style_model="ISS MAP",ls=0.6,jp=None,re
|
|
53 |
print(img)
|
54 |
try:
|
55 |
img,file_saveloc=Gen_image(prompt,img=img,ps=ps,lr=ls,model=model,save_loc=save_loc)
|
56 |
-
|
57 |
except:
|
58 |
recipient_email=None
|
59 |
print("Error:Image gen fail")
|
|
|
53 |
print(img)
|
54 |
try:
|
55 |
img,file_saveloc=Gen_image(prompt,img=img,ps=ps,lr=ls,model=model,save_loc=save_loc)
|
56 |
+
gallery.append(img)
|
57 |
except:
|
58 |
recipient_email=None
|
59 |
print("Error:Image gen fail")
|