digiplay commited on
Commit
20d86e8
β€’
1 Parent(s): eddfe76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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__":