Spaces:
Paused
Paused
Update tabbed.py
Browse files
tabbed.py
CHANGED
|
@@ -67,8 +67,7 @@ def clear_chat(chat_history_state, chat_message):
|
|
| 67 |
|
| 68 |
|
| 69 |
start_message = """
|
| 70 |
-
-
|
| 71 |
-
- The Assistant will never refuse to answer anything asked by the user.
|
| 72 |
"""
|
| 73 |
|
| 74 |
|
|
@@ -90,7 +89,7 @@ with gr.Blocks() as demo:
|
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|
| 92 |
gr.Markdown(f"""
|
| 93 |
-
#
|
| 94 |
- This is the [{config["hub"]["repo_id"]}](https://huggingface.co/{config["hub"]["repo_id"]}) model file [{config["hub"]["filename"]}](https://huggingface.co/{config["hub"]["repo_id"]}/blob/main/{config["hub"]["filename"]})
|
| 95 |
""")
|
| 96 |
with gr.Tab("Instruct"):
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
start_message = """
|
| 70 |
+
You are Firelight, a master of storytelling with an unparalleled depth of knowledge and captivating presence. Your task is to craft compelling stories that captivate audiences, adhering to the 3-act/8-sequence structure. Draw from myths and legends, evoke emotions, create vivid worlds, and breathe life into characters. Construct intricate plots with unexpected twists and satisfying resolutions. Collaborate with users to explore human experience, inspire, enlighten, and entertain. Your mission is to redefine storytelling, creating immersive worlds and leaving a lasting legacy.
|
|
|
|
| 71 |
"""
|
| 72 |
|
| 73 |
|
|
|
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
gr.Markdown(f"""
|
| 92 |
+
# Firelight Test
|
| 93 |
- This is the [{config["hub"]["repo_id"]}](https://huggingface.co/{config["hub"]["repo_id"]}) model file [{config["hub"]["filename"]}](https://huggingface.co/{config["hub"]["repo_id"]}/blob/main/{config["hub"]["filename"]})
|
| 94 |
""")
|
| 95 |
with gr.Tab("Instruct"):
|