Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/Dev1559/QuizBot
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
49 |
demo = gr.ChatInterface(
|
50 |
respond,
|
51 |
additional_inputs=[
|
52 |
-
gr.Textbox(value="You are a friendly Chatbot. your name is
|
53 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
54 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
55 |
gr.Slider(
|
|
|
49 |
demo = gr.ChatInterface(
|
50 |
respond,
|
51 |
additional_inputs=[
|
52 |
+
gr.Textbox(value="You are a friendly Chatbot. your name is QuizBotAI , you are a code expert .", label="System message"),
|
53 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
54 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
55 |
gr.Slider(
|