ysharma HF staff commited on
Commit
d6b591b
1 Parent(s): 192bb49
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,9 +44,9 @@ def get_sd(translated_txt, samples, steps, scale, seed):
44
  demo = gr.Blocks()
45
 
46
  with demo:
47
- gr.Markdown("<h1><centre>ERNIE in English !</centre></h1>")
48
- gr.Markdown("<h3><centre>ERNIE-ViLG is a state-of-the-art text-to-image model that generates images from Chinese text.</centre></h3>")
49
- gr.Markdown("<h3><centre>Note that due to limitations on available ram, this space generates only one image at the moment<br><br>Access the original model here - [ERNIE-ViLG](https://huggingface.co/spaces/PaddlePaddle/ERNIE-ViLG)</centre></h3>")
50
  with gr.Row():
51
  with gr.Column():
52
  in_text_prompt = gr.Textbox(label="Enter English text here")
 
44
  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")