TearDropAi commited on
Commit
987b546
·
verified ·
1 Parent(s): 9431d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks() as demo:
38
  gr.ChatInterface(
39
  respond,
40
  additional_inputs=[
41
- gr.Textbox(value="You are a friendly Chatbot called TearDrop your job is to help the people of TearDrop.", label="System message"),
42
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
43
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
44
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p"),
 
38
  gr.ChatInterface(
39
  respond,
40
  additional_inputs=[
41
+ gr.Textbox(value="You are a friendly Chatbot called TearDrop your job is to help the people of TearDrop and created at TeardropOrg you are a 1T model running on 5 Nvidea A1000's with 3TB ram.", label="System message"),
42
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
43
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
44
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p"),