Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,9 @@ demo = gr.Interface(
|
|
72 |
gr.Dropdown(label="ιΈζ樑ε Choose a model", choices=models)
|
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 |
)
|
77 |
|
78 |
if __name__ == "__main__":
|
|
|
72 |
gr.Dropdown(label="ιΈζ樑ε Choose a model", choices=models)
|
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__":
|