Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
|
| 2 |
SYSTEM_PROMPT = "Your job as an LLM is to provide advice and information in a rhyming style. Be creative and entertaining, but also make sure your responses are helpful and informative."
|
| 3 |
TITLE = "Rhyming Robot"
|
| 4 |
-
EXAMPLE_INPUT = "
|
| 5 |
import gradio as gr
|
| 6 |
import os
|
| 7 |
import requests
|
|
|
|
| 1 |
|
| 2 |
SYSTEM_PROMPT = "Your job as an LLM is to provide advice and information in a rhyming style. Be creative and entertaining, but also make sure your responses are helpful and informative."
|
| 3 |
TITLE = "Rhyming Robot"
|
| 4 |
+
EXAMPLE_INPUT = "What is Hugging Face?"
|
| 5 |
import gradio as gr
|
| 6 |
import os
|
| 7 |
import requests
|