svjack commited on
Commit
c1f2598
·
1 Parent(s): b821f89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from pred_color import *
3
 
4
  example_sample = [
 
5
  "babyxiang_ai.png"
6
  ]
7
 
 
2
  from pred_color import *
3
 
4
  example_sample = [
5
+ "Protector_Cromwell_style.png",
6
  "babyxiang_ai.png"
7
  ]
8