Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,8 @@ def hello(update: Update, context: CallbackContext) -> None:
|
|
17 |
intro_text = """
|
18 |
🤖 Greetings human! \n
|
19 |
🤗 I'm a bot hosted on Hugging Face Spaces. \n
|
20 |
-
|
|
|
21 |
‼️ PS: Responses are not my own (everything's from GPT-J-6B). I'm not conscious (yet).
|
22 |
"""
|
23 |
update.message.reply_text(intro_text)
|
|
|
17 |
intro_text = """
|
18 |
🤖 Greetings human! \n
|
19 |
🤗 I'm a bot hosted on Hugging Face Spaces. \n
|
20 |
+
🦾 I can query the mighty GPT-J-6B model and send you a response here. Try me.
|
21 |
+
✉️ Send me a text to start and I shall generate a response to complete your text!\n
|
22 |
‼️ PS: Responses are not my own (everything's from GPT-J-6B). I'm not conscious (yet).
|
23 |
"""
|
24 |
update.message.reply_text(intro_text)
|