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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -3,5 +3,8 @@ import os
3
 
4
  api_key = os.environ.get("API_KEY")
5
  # iface = gr.load("spaces/dexmorgan/HKMA_publications", hf_token = api_key)
6
- iface = gr.load("togethercomputer/OpenChatKit", src="spaces")
7
- iface.launch()
 
 
 
 
3
 
4
  api_key = os.environ.get("API_KEY")
5
  # iface = gr.load("spaces/dexmorgan/HKMA_publications", hf_token = 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()