Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[["
|
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 |
)
|