gojiteji commited on
Commit
4b1b951
1 Parent(s): f9c7696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ iface = gr.Interface(
222
  inputs=[gr.Image(label="VTuber Photo", type="pil"), gr.Textbox(label="VTuber Name")],
223
  outputs=gr.Image(label="Generated Logo"),
224
  title="VTuber Logo Generator",
225
- description="①Upload photo you wanna VTuberize❤️ <br>② Input the name⭐️ <br>③Press Generate🧙",
226
  examples=[["hf-logo.png", "HuggingFace"],["Rust_programming_language_black_logo.svg.png","Rust"]],
227
 
228
  allow_flagging=False
 
222
  inputs=[gr.Image(label="VTuber Photo", type="pil"), gr.Textbox(label="VTuber Name")],
223
  outputs=gr.Image(label="Generated Logo"),
224
  title="VTuber Logo Generator",
225
+ description="①Upload photo you wanna VTuberize❤️ <br>② Input the name⭐️ <br>③Press Submit🧙",
226
  examples=[["hf-logo.png", "HuggingFace"],["Rust_programming_language_black_logo.svg.png","Rust"]],
227
 
228
  allow_flagging=False