Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ model_dic["FineArt_FrancoisBoucher"]={
|
|
67 |
gallery=[] #Gallery array to hold image outputs
|
68 |
|
69 |
|
70 |
-
def gradio_gen_process(img,prompt,ps=0.6,style_model="
|
71 |
#JP Detect
|
72 |
if jp:
|
73 |
prompt=DeepL(prompt)
|
|
|
67 |
gallery=[] #Gallery array to hold image outputs
|
68 |
|
69 |
|
70 |
+
def gradio_gen_process(img,prompt,ps=0.6,style_model="MAMA_V2",ls=0.7,jp=None,model=base_model,model_trigger=None,save_loc=save_loc):
|
71 |
#JP Detect
|
72 |
if jp:
|
73 |
prompt=DeepL(prompt)
|