Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
53 |
demo = gr.ChatInterface(
|
54 |
respond,
|
55 |
additional_inputs=[
|
56 |
-
gr.Textbox(min_width=10, max_length=100, value="Ben, a young boy", label="Character"
|
57 |
gr.Textbox(lines=8, min_width=128, max_length=8192, value="Long ago, the world of Fabe was a harmonious realm where magic and mortal life existed in perfect balance. This world was protected by four sacred crystals, each tied to one of the elements—fire, water, earth, and air. These crystals were safeguarded by ancient creatures known as the Elders, wise beings who had lived since the dawn of Fabe. However, peace was shattered when an ambitious sorcerer named Zareth discovered a forbidden spell that could harness the power of all four crystals. Driven by his thirst for power, he unleashed this spell, hoping to become a god among mortals. Instead, his actions fractured the world, creating a series of isolated realms, each bound to one elemental crystal but severed from the others. The Elders disappeared, and with them went the knowledge of the true, unified Arthenor. Centuries have passed since the Sundering, and most inhabitants of these realms have no memory of a world beyond their borders. Legends tell of a hero who would rise to restore Arthenor, but no one believes in these old tales anymore. The realms have become self-sustaining but are also plagued by strange creatures, corrupted by elemental imbalances. You are a young adventurer from the Ember Plains, the realm of fire, who stumbles upon a shard of the lost crystal of water. This discovery sets off a chain of events that reveal your latent magical abilities and hint at the fractured truth of Arthenor’s past. You are soon joined by allies from the other realms, each with their own skills and backgrounds, united by a common goal: to restore balance to the realms and stop Zareth, who has been resurrected by his followers.", label="Story"),
|
58 |
gr.Slider(visible=False, minimum=2048, maximum=2048, value=2048, step=1, label="Max new tokens"),
|
59 |
gr.Slider(visible=False, minimum=1.2, maximum=1.2, value=1.2, step=0.1, label="Temperature"),
|
|
|
53 |
demo = gr.ChatInterface(
|
54 |
respond,
|
55 |
additional_inputs=[
|
56 |
+
gr.Textbox(min_width=10, max_length=100, value="Ben, a young boy", label="Character"),
|
57 |
gr.Textbox(lines=8, min_width=128, max_length=8192, value="Long ago, the world of Fabe was a harmonious realm where magic and mortal life existed in perfect balance. This world was protected by four sacred crystals, each tied to one of the elements—fire, water, earth, and air. These crystals were safeguarded by ancient creatures known as the Elders, wise beings who had lived since the dawn of Fabe. However, peace was shattered when an ambitious sorcerer named Zareth discovered a forbidden spell that could harness the power of all four crystals. Driven by his thirst for power, he unleashed this spell, hoping to become a god among mortals. Instead, his actions fractured the world, creating a series of isolated realms, each bound to one elemental crystal but severed from the others. The Elders disappeared, and with them went the knowledge of the true, unified Arthenor. Centuries have passed since the Sundering, and most inhabitants of these realms have no memory of a world beyond their borders. Legends tell of a hero who would rise to restore Arthenor, but no one believes in these old tales anymore. The realms have become self-sustaining but are also plagued by strange creatures, corrupted by elemental imbalances. You are a young adventurer from the Ember Plains, the realm of fire, who stumbles upon a shard of the lost crystal of water. This discovery sets off a chain of events that reveal your latent magical abilities and hint at the fractured truth of Arthenor’s past. You are soon joined by allies from the other realms, each with their own skills and backgrounds, united by a common goal: to restore balance to the realms and stop Zareth, who has been resurrected by his followers.", label="Story"),
|
58 |
gr.Slider(visible=False, minimum=2048, maximum=2048, value=2048, step=1, label="Max new tokens"),
|
59 |
gr.Slider(visible=False, minimum=1.2, maximum=1.2, value=1.2, step=0.1, label="Temperature"),
|