multimodalart HF staff commited on
Commit
1a3dfb2
1 Parent(s): 1fb645c

Add a disclaimer about the fact that we can only run first stage as we don't have A100 available

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from model import AppModel
8
 
9
  DESCRIPTION = '''# <a href="https://github.com/THUDM/CogView2">CogView2</a> (text2image)
10
 
 
11
  This application accepts English or Chinese as input.
12
  In general, Chinese input produces better results than English input.
13
  If you check the "Translate to Chinese" checkbox, the app will use the English to Chinese translation results with [this Space](https://huggingface.co/spaces/chinhon/translation_eng2ch) as input.
 
8
 
9
  DESCRIPTION = '''# <a href="https://github.com/THUDM/CogView2">CogView2</a> (text2image)
10
 
11
+ This Spaces demo runs only one of the two stages the CogView2 codebase has, due to GPU hardware limitations, with that the outputs may not match the original codebase/paper
12
  This application accepts English or Chinese as input.
13
  In general, Chinese input produces better results than English input.
14
  If you check the "Translate to Chinese" checkbox, the app will use the English to Chinese translation results with [this Space](https://huggingface.co/spaces/chinhon/translation_eng2ch) as input.