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

Update app.py

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