gojiteji commited on
Commit
872f6b3
1 Parent(s): 3ccd3c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ iface = gr.Interface(
226
  outputs=gr.Image(label="Generated Logo"),
227
  title="VTuber Logo Generator",
228
  description="①Upload photo you wanna VTuberize❤️ <br>② Input the name⭐️ <br>③Press Submit🧙",
229
- examples=[["hf-logo.png", "HuggingFace"]],
230
 
231
  allow_flagging=False
232
  )
 
226
  outputs=gr.Image(label="Generated Logo"),
227
  title="VTuber Logo Generator",
228
  description="①Upload photo you wanna VTuberize❤️ <br>② Input the name⭐️ <br>③Press Submit🧙",
229
+ examples=[["IMG_8715.jpeg", "gojiteji"]],
230
 
231
  allow_flagging=False
232
  )