killerbng commited on
Commit
f909466
1 Parent(s): 4924586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -101,7 +101,6 @@ chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, show_label=False, layout
101
  with gr.Blocks(fill_height=True, css=css, theme="theme-repo/STONE_Theme") as demo:
102
 
103
  gr.Markdown(DESCRIPTION)
104
- gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
105
  gr.ChatInterface(
106
  fn=chat_openchat_36,
107
  chatbot=chatbot,
@@ -121,13 +120,6 @@ with gr.Blocks(fill_height=True, css=css, theme="theme-repo/STONE_Theme") as dem
121
  label="Max new tokens",
122
  render=False ),
123
  ],
124
- examples=[
125
- ['How to setup a human base on Mars? Give short answer.'],
126
- ['Explain theory of relativity to me like I’m 8 years old.'],
127
- ['What is 9,000 * 9,000?'],
128
- ['Write a pun-filled happy birthday message to my friend Alex.'],
129
- ['Justify why a penguin might make a good king of the jungle.']
130
- ],
131
  cache_examples=False,
132
  )
133
 
 
101
  with gr.Blocks(fill_height=True, css=css, theme="theme-repo/STONE_Theme") as demo:
102
 
103
  gr.Markdown(DESCRIPTION)
 
104
  gr.ChatInterface(
105
  fn=chat_openchat_36,
106
  chatbot=chatbot,
 
120
  label="Max new tokens",
121
  render=False ),
122
  ],
 
 
 
 
 
 
 
123
  cache_examples=False,
124
  )
125