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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
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()
 
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()