Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ demo = gr.Interface(
|
|
73 |
],
|
74 |
outputs=[gr.Image(type="pil", label=f"img-{i+1}", show_share_button = False) for i in range(3)], # ι‘―η€ΊδΈεΌ΅εη Display three images
|
75 |
title="Text-to-Image with Google Translation",
|
76 |
-
description="Supports any languages, as long as Google supports them π<br>"
|
77 |
-
"Special Thanks : Yntec π€ and Every cool developers and artists and you on Huggingface
|
78 |
)
|
79 |
|
80 |
if __name__ == "__main__":
|
|
|
73 |
],
|
74 |
outputs=[gr.Image(type="pil", label=f"img-{i+1}", show_share_button = False) for i in range(3)], # ι‘―η€ΊδΈεΌ΅εη Display three images
|
75 |
title="Text-to-Image with Google Translation",
|
76 |
+
description="<center>Supports any languages, as long as Google supports them π<br>"
|
77 |
+
"Special Thanks : Yntec π€ and Every cool developers and artists and you on Huggingface.</center>"
|
78 |
)
|
79 |
|
80 |
if __name__ == "__main__":
|