einargizz commited on
Commit
d277e7e
·
verified ·
1 Parent(s): cf44fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,9 +1,10 @@
1
  import os
2
  import gradio as gr
3
 
4
- PRIVATE_SPACE = "einargizz/Hugrun_Virtual_CBT_Therapist_Research_Prototype"
5
 
6
  demo = gr.load(PRIVATE_SPACE, src="spaces", token=os.environ["HF_TOKEN"])
 
7
 
8
  if __name__ == "__main__":
9
  demo.launch()
 
1
  import os
2
  import gradio as gr
3
 
4
+ PRIVATE_SPACE = "hugrun/Hugrun_Virtual_CBT_Therapist_Research_Prototype"
5
 
6
  demo = gr.load(PRIVATE_SPACE, src="spaces", token=os.environ["HF_TOKEN"])
7
+ demo.queue()
8
 
9
  if __name__ == "__main__":
10
  demo.launch()