piecurus commited on
Commit
22bf715
·
1 Parent(s): e755899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  import gradio as gr
3
- demo = gr.load("giurimatrix/chatbot", src="spaces")
4
- demo.launch()
 
 
1
  import gradio as gr
2
+ demo = gr.load("giurimatrix/chatbot", src="spaces",api_key="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")
3
+ demo.launch()