Spaces:
Sleeping
Sleeping
Kang-Seong-Jun
commited on
Commit
β’
ce83558
1
Parent(s):
633a4c3
Update app.py
Browse files
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()
|