ysharma HF staff commited on
Commit
141a4e3
1 Parent(s): 0d6dd81
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ demo = gr.Blocks()
45
 
46
  with demo:
47
  gr.Markdown("<h1><center>ERNIE in English !</center></h1>")
48
- gr.Markdown("<h3><center>ERNIE-ViLG is a state-of-the-art text-to-image model that generates images from Chinese text.</center></h3>")
49
- gr.Markdown("<h3><center>This app helps you in checkout ERNIE in English. Note that due to limitations on available Ram, only one image is being generated at the moment<br><br>Please access the original model here - [ERNIE-ViLG](https://huggingface.co/spaces/PaddlePaddle/ERNIE-ViLG)</center></h3>")
50
  with gr.Row():
51
  with gr.Column():
52
  in_text_prompt = gr.Textbox(label="Enter English text here")
 
45
 
46
  with demo:
47
  gr.Markdown("<h1><center>ERNIE in English !</center></h1>")
48
+ gr.Markdown("<h3><center>ERNIE-ViLG is a state-of-the-art text-to-image model that generates images from simplified Chinese text.</center></h3>")
49
+ gr.Markdown("<h3><center>This app helps you in checking-out ERNIE in English. Note that due to limitations on available Ram, only one image is being generated at the moment<br><br>Please access the original model here - [ERNIE-ViLG](https://huggingface.co/spaces/PaddlePaddle/ERNIE-ViLG)</center></h3>")
50
  with gr.Row():
51
  with gr.Column():
52
  in_text_prompt = gr.Textbox(label="Enter English text here")