reshinthadith commited on
Commit
97ab9dd
·
1 Parent(s): 6badf1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -85,6 +85,7 @@ def system_update(msg):
85
  updated_system_message = ""
86
 
87
  with gr.Blocks() as demo:
 
88
  gr.Markdown("## StableLM-Tuned-Alpha-7b Chat")
89
  gr.HTML('''<center><a href="https://huggingface.co/spaces/stabilityai/stablelm-tuned-alpha-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space to skip the queue and run in a private space</center>''')
90
  chatbot = gr.Chatbot([])
 
85
  updated_system_message = ""
86
 
87
  with gr.Blocks() as demo:
88
+ num = gr.State(value=0)
89
  gr.Markdown("## StableLM-Tuned-Alpha-7b Chat")
90
  gr.HTML('''<center><a href="https://huggingface.co/spaces/stabilityai/stablelm-tuned-alpha-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space to skip the queue and run in a private space</center>''')
91
  chatbot = gr.Chatbot([])