Kang-Seong-Jun commited on
Commit
ce83558
β€’
1 Parent(s): 633a4c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -8,7 +8,10 @@ description_html = """
8
  """
9
  gr.load(
10
  "models/Kang-Seong-Jun/ARE-YOU-A-CAT-OR-DOG",
11
-
 
 
 
12
  title="당신은 고양이상? 강아지상?🏑",
13
  description=description_html
14
  ).launch()
 
8
  """
9
  gr.load(
10
  "models/Kang-Seong-Jun/ARE-YOU-A-CAT-OR-DOG",
11
+ examples=[
12
+ ['cat.jpg'],
13
+ ['dog.jpg'],
14
+ ],
15
  title="당신은 고양이상? 강아지상?🏑",
16
  description=description_html
17
  ).launch()