Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#try to rebuilt
|
2 |
import os
|
3 |
import gradio as gr
|
4 |
-
demo = gr.load("giurimatrix/chatbot", src="spaces",api_key=os.environ.get("hf_token_giurimatrix
|
5 |
demo.launch()
|
6 |
|
7 |
|
|
|
1 |
#try to rebuilt
|
2 |
import os
|
3 |
import gradio as gr
|
4 |
+
demo = gr.load("giurimatrix/chatbot", src="spaces",api_key=os.environ.get("hf_token_giurimatrix"))
|
5 |
demo.launch()
|
6 |
|
7 |
|