Spaces:
Runtime error
Runtime error
update
Browse files
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><
|
48 |
-
gr.Markdown("<h3><
|
49 |
-
gr.Markdown("<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")
|