abhillubillu commited on
Commit
51996fb
·
verified ·
1 Parent(s): 3382fd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 GameApp ICG , 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.5, 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 QuizBot , 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.5, step=0.1, label="Temperature"),
56
  gr.Slider(