File size: 371 Bytes
2163a39
fe0ce42
 
2163a39
 
 
fe0ce42
 
2163a39
fe0ce42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: papergpt
app_file: src/app.py
sdk: gradio
sdk_version: 3.35.2
---
# PaperGPT
Paper editor tool


``` python 3.8
python -m pip install -r requirements.txt
cd src
python app.py
```


### deploy to huggingface space

```
python -m pip install huggingface_hub
huggingface-cli login
```

```
gradio deploy
```

```
setup space repository secret: OPENAI_API_KEY
```