Spaces:
Runtime error
Runtime error
working
Browse files
app.py
CHANGED
|
@@ -7,7 +7,5 @@ dotenv.load_dotenv()
|
|
| 7 |
read_key = os.environ.get("HF_TOKEN", None)
|
| 8 |
|
| 9 |
# the space is displayed, but does nothing
|
| 10 |
-
|
| 11 |
-
gr.load("argami/ba-chatbot", hf_token=read_key, src="spaces")
|
| 12 |
-
|
| 13 |
demo.launch()
|
|
|
|
| 7 |
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()
|