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