hysts HF staff multimodalart HF staff commited on
Commit
7cebd9b
1 Parent(s): 26fcf27

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

Browse files

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


Co-authored-by: Multimodal AI art <multimodalart@users.noreply.huggingface.co>

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.