Spaces:
Runtime error
Runtime error
sharing
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ read_key = os.environ.get("HF_TOKEN", None)
|
|
| 8 |
|
| 9 |
# the space is displayed, but does nothing
|
| 10 |
demo = gr.load("argami/ba-chatbot", token=read_key, src="spaces")
|
| 11 |
-
demo.launch()
|
|
|
|
| 8 |
|
| 9 |
# the space is displayed, but does nothing
|
| 10 |
demo = gr.load("argami/ba-chatbot", token=read_key, src="spaces")
|
| 11 |
+
demo.launch(share=True)
|