fxmarty commited on
Commit
f4901c0
1 Parent(s): 6cafacb

add turned off message

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ IGNORED_TOKENS = {None, "<|start_header_id|>", "<|end_header_id|>", "<|eot_id|>"
15
  STOP_TOKENS = ["<|start_header_id|>", "<|end_header_id|>", "<|eot_id|>", "<|reserved_special_token"]
16
 
17
  with gr.Blocks() as demo:
 
18
  tfs_history = gr.State([SYSTEM_COMMAND])
19
  chatbot = gr.Chatbot()
20
  msg = gr.Textbox(label="Prompt")
 
15
  STOP_TOKENS = ["<|start_header_id|>", "<|end_header_id|>", "<|eot_id|>", "<|reserved_special_token"]
16
 
17
  with gr.Blocks() as demo:
18
+ gr.Markdown("This demo is currently turned off")
19
  tfs_history = gr.State([SYSTEM_COMMAND])
20
  chatbot = gr.Chatbot()
21
  msg = gr.Textbox(label="Prompt")