piecurus commited on
Commit
cb24303
1 Parent(s): 9bd4856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -1,4 +1,7 @@
1
  #try to rebuilt
 
2
  import gradio as gr
3
- demo = gr.load("giurimatrix/chatbot", src="spaces",api_key="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")
4
- demo.launch()
 
 
 
1
  #try to rebuilt
2
+ import os
3
  import gradio as gr
4
+ demo = gr.load("giurimatrix/chatbot", src="spaces",api_key=token = os.environ.get("hf_token_giurimatrix "))
5
+ demo.launch()
6
+
7
+