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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,8 +232,8 @@ iface = gr.Interface(
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 SD3 key🔑(https://platform.stability.ai/account/keys) <br>④Press Submit🧙",
236
- examples=[["image.jpeg", "gojiteji", os.environ["sdkey"]]],
237
 
238
  allow_flagging=False
239
  )
 
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
239
  )