Spaces:
Running
on
Zero
Running
on
Zero
frankaging
commited on
Commit
•
7515625
1
Parent(s):
b471dbd
update name
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🫡
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
@@ -12,6 +12,6 @@ suggested_hardware: a10g-small
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
|
15 |
-
#
|
16 |
|
17 |
A chat-model returns only emojis.
|
|
|
1 |
---
|
2 |
+
title: Reft-Emoji-Chat
|
3 |
emoji: 🫡
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
|
15 |
+
# Reft-Emoji-Chat
|
16 |
|
17 |
A chat-model returns only emojis.
|
app.py
CHANGED
@@ -21,7 +21,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
21 |
|
22 |
|
23 |
DESCRIPTION = """\
|
24 |
-
#
|
25 |
"""
|
26 |
|
27 |
LICENSE = """
|
|
|
21 |
|
22 |
|
23 |
DESCRIPTION = """\
|
24 |
+
# Reft-Emoji-Chat
|
25 |
"""
|
26 |
|
27 |
LICENSE = """
|