Spaces:
Runtime error
Runtime error
Yoon-gu Hwang
commited on
Commit
β’
3323684
1
Parent(s):
7cf82c3
add emoticon
Browse files
app.py
CHANGED
@@ -63,20 +63,20 @@ except:
|
|
63 |
for user in USERS:
|
64 |
print(info[user])
|
65 |
|
66 |
-
MD = """# ν¬μΌλͺ¬ ν΄μ¦
|
67 |
## κ³΅λΆ λ°©λ²
|
68 |
|
69 |
μλ ν¬μΌλͺ¬ λκ°μ λ³΄κ³ κ³΅λΆνλ©΄ λμμ΄ λ©λλ€.
|
70 |
- https://huggingface.co/spaces/yoon-gu/pokemon
|
71 |
|
72 |
-
## μ¬μ©λ°©λ²
|
73 |
|
74 |
1. μ¬μ©μλ₯Ό μ ννμΈμ.
|
75 |
2. μ΄ ν΄μ¦ κ°μλ₯Ό μ ννμΈμ.
|
76 |
3. ν¬μΌλͺ¬ μΈλλ₯Ό μ ννμΈμ.
|
77 |
4. ν¬μΌλͺ¬ νμ
μ μ ννμΈμ.
|
78 |
|
79 |
-
## μ μν
|
80 |
"""
|
81 |
|
82 |
with gr.Blocks() as demo:
|
|
|
63 |
for user in USERS:
|
64 |
print(info[user])
|
65 |
|
66 |
+
MD = """# ν¬μΌλͺ¬ ν΄μ¦ π¦
|
67 |
## κ³΅λΆ λ°©λ²
|
68 |
|
69 |
μλ ν¬μΌλͺ¬ λκ°μ λ³΄κ³ κ³΅λΆνλ©΄ λμμ΄ λ©λλ€.
|
70 |
- https://huggingface.co/spaces/yoon-gu/pokemon
|
71 |
|
72 |
+
## μ¬μ©λ°©λ² π
|
73 |
|
74 |
1. μ¬μ©μλ₯Ό μ ννμΈμ.
|
75 |
2. μ΄ ν΄μ¦ κ°μλ₯Ό μ ννμΈμ.
|
76 |
3. ν¬μΌλͺ¬ μΈλλ₯Ό μ ννμΈμ.
|
77 |
4. ν¬μΌλͺ¬ νμ
μ μ ννμΈμ.
|
78 |
|
79 |
+
## μ μν π
|
80 |
"""
|
81 |
|
82 |
with gr.Blocks() as demo:
|