Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|