JarvisLabs commited on
Commit
cafe03e
·
verified ·
1 Parent(s): f7ff2ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Anime_Galverse",ls=0.6,jp=None,model=base_model,model_trigger=None,save_loc=save_loc):
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)