nuojohnchen commited on
Commit
5bd31ed
·
verified ·
1 Parent(s): ca06ed0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
12
  DESCRIPTION = '''
13
  <div>
14
  <h1 style="text-align: center;">Academic Paper Improver</h1>
15
- <p>This Space helps you improve sections of your academic paper using the <a href="https://huggingface.co/Xtra-Computing/XtraGPT-7B"><b>XtraGPT</b></a> model series.</p>
16
  <p>Upload your PDF paper, select a section of text you want to improve, and specify your requirements.</p>
17
  </div>
18
  '''
 
12
  DESCRIPTION = '''
13
  <div>
14
  <h1 style="text-align: center;">Academic Paper Improver</h1>
15
+ <p>This Space helps you improve a selected content of your academic paper using the <a href="https://huggingface.co/Xtra-Computing/XtraGPT-7B"><b>XtraGPT</b></a> model series, ensuring controllability on criteria following and in-context ability.</p>
16
  <p>Upload your PDF paper, select a section of text you want to improve, and specify your requirements.</p>
17
  </div>
18
  '''