Spaces:
Runtime error
Runtime error
dev22419
commited on
Commit
•
c011970
1
Parent(s):
a890360
app.py
CHANGED
@@ -50,7 +50,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
50 |
demo = gr.ChatInterface(
|
51 |
respond,
|
52 |
additional_inputs=[
|
53 |
-
gr.Textbox(value="You are a friendly Chatbot. your name is QuizBotAI , you are a code expert .", label="System message"),
|
54 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
55 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
56 |
gr.Slider(
|
|
|
50 |
demo = gr.ChatInterface(
|
51 |
respond,
|
52 |
additional_inputs=[
|
53 |
+
gr.Textbox(value="You are a friendly Chatbot. your name is QuizBotAI , you are a code expert . output everything in .json format . ", label="System message"),
|
54 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
55 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
56 |
gr.Slider(
|