Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/whitead/paper-qa into main
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
|
|
67 |
|
68 |
## Instructions
|
69 |
|
70 |
-
1. Enter API Key ([What is that?](https://openai.com/api
|
71 |
2. Upload your documents and modify citation strings if you want (to look prettier)
|
72 |
""")
|
73 |
openai_api_key = gr.Textbox(
|
|
|
67 |
|
68 |
## Instructions
|
69 |
|
70 |
+
1. Enter API Key ([What is that?](https://platform.openai.com/account/api-keys))
|
71 |
2. Upload your documents and modify citation strings if you want (to look prettier)
|
72 |
""")
|
73 |
openai_api_key = gr.Textbox(
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
paper-qa>=0.0.
|
2 |
gradio
|
|
|
1 |
+
paper-qa>=0.0.8
|
2 |
gradio
|