gojiteji commited on
Commit
bb257c9
1 Parent(s): 9ef6d47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -229,10 +229,10 @@ iface = gr.Interface(
229
  theme=gr.themes.Default(primary_hue="pink",font=[gr.themes.GoogleFont("Mochiy Pop One")]),
230
  css=css,
231
  fn=generate,
232
- inputs=[gr.Image(label="VTuber Photo", type="pil"), gr.Textbox(label="VTuber Name(*alphabet only!*)"), gr.Textbox(label="Stability AI API Key")],
233
  outputs=gr.Image(label="Generated Logo"),
234
- title="VTuber Logo Generator",
235
- description="①Upload photo you wanna VTuberize❤️ <br>② Input the name(*alphabet only!*)⭐️ <br>③ Set your Stability AI API key🔑(https://platform.stability.ai/account/keys) <br>④Press Submit🧙",
236
  #examples=[["image.jpeg", "gojiteji", os.environ["sdkey"]]],
237
 
238
  allow_flagging=False
 
229
  theme=gr.themes.Default(primary_hue="pink",font=[gr.themes.GoogleFont("Mochiy Pop One")]),
230
  css=css,
231
  fn=generate,
232
+ inputs=[gr.Image(label="Your Photo", type="pil"), gr.Textbox(label="Your Name(*alphabet only!*)"), gr.Textbox(label="Stability AI API Key")],
233
  outputs=gr.Image(label="Generated Logo"),
234
+ title="Kawaii Logo Generator",
235
+ description="①Upload photo you wanna make Kawaii❤️ <br>② Input the name(*alphabet only!*)⭐️ <br>③ Set your Stability AI API key🔑(https://platform.stability.ai/account/keys) <br>④Press Submit🧙",
236
  #examples=[["image.jpeg", "gojiteji", os.environ["sdkey"]]],
237
 
238
  allow_flagging=False