Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|