dexmorgan commited on
Commit
2def45e
·
1 Parent(s): 2f7ec24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()