Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,5 +6,6 @@ api_key = os.environ.get("API_KEY")
|
|
| 6 |
# iface = gr.load("togethercomputer/OpenChatKit", src="spaces")
|
| 7 |
# iface.launch()
|
| 8 |
|
| 9 |
-
demo = gr.load("gradio/question-answering", src="spaces")
|
|
|
|
| 10 |
demo.launch()
|
|
|
|
| 6 |
# iface = gr.load("togethercomputer/OpenChatKit", src="spaces")
|
| 7 |
# iface.launch()
|
| 8 |
|
| 9 |
+
# demo = gr.load("gradio/question-answering", src="spaces")
|
| 10 |
+
demo = gr.load("dexmorgan/HKMA_publications", src="spaces", hf_token = api_key)
|
| 11 |
demo.launch()
|