georgesung commited on
Commit
cb96876
1 Parent(s): 8a6dcd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -37,6 +37,12 @@ pipe = pipeline(
37
  )
38
 
39
  with gr.Blocks() as demo:
 
 
 
 
 
 
40
  chatbot = gr.Chatbot()
41
  msg = gr.Textbox()
42
  clear = gr.Button("Clear")
 
37
  )
38
 
39
  with gr.Blocks() as demo:
40
+ gr.Markdown("""
41
+ # Chat with llama2_7b_chat_uncensored
42
+ NOTICE: I will pause this space on Monday, July 24, around noon UTC. Since it costs $$ to run :)
43
+
44
+ If you wish to run this space yourself, you can duplicate this space and run it on a T4 small instance.
45
+ """)
46
  chatbot = gr.Chatbot()
47
  msg = gr.Textbox()
48
  clear = gr.Button("Clear")