tarekfer8 commited on
Commit
a6a346a
·
verified ·
1 Parent(s): a4db8d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
58
  demo = gr.ChatInterface(
59
  respond,
60
  additional_inputs=[
61
- gr.input.Textbox(lines=1 , placeholder="What would you like to know about Djezzy ")
62
- gr.Textbox(value="You are a friendly Chatbot.", label="What would you like to know about Djezzy "),
63
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
64
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
65
  gr.Slider(
 
58
  demo = gr.ChatInterface(
59
  respond,
60
  additional_inputs=[
61
+
62
+ gr.Textbox(value="You are a friendly Chatbot.", label="What would you like to know about Djezzy ",placeholder="What would you like to know about Djezzy "),
63
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
64
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
65
  gr.Slider(