Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
56 |
demo = gr.ChatInterface(
|
57 |
respond,
|
58 |
title="Enlight Innovations Limited -- Demo",
|
59 |
-
description="This demo is desgined to illustrate our basic idea and feasibility in implementation."
|
60 |
additional_inputs=[
|
61 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
62 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
56 |
demo = gr.ChatInterface(
|
57 |
respond,
|
58 |
title="Enlight Innovations Limited -- Demo",
|
59 |
+
description="This demo is desgined to illustrate our basic idea and feasibility in implementation.",
|
60 |
additional_inputs=[
|
61 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
62 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|