Spaces:
Build error
Build error
Fix gradio output
Browse files
app.py
CHANGED
@@ -144,4 +144,4 @@ scale = 1
|
|
144 |
inputs = [seed, truncation, monster, female, skimpy, light, bodysuit, bulky, human_head, start_layer, end_layer]
|
145 |
description = "Change the seed number to generate different character design. Made by <a href='https://www.mfrashad.com/' target='_blank'>@mfrashad</a>. For more details on how to build this, visit the <a href='https://github.com/mfrashad/gancreate-saai' target='_blank'>repo</a>. Please give a star if you find it useful :)"
|
146 |
|
147 |
-
gr.Interface(generate_image, inputs, ["image"
|
|
|
144 |
inputs = [seed, truncation, monster, female, skimpy, light, bodysuit, bulky, human_head, start_layer, end_layer]
|
145 |
description = "Change the seed number to generate different character design. Made by <a href='https://www.mfrashad.com/' target='_blank'>@mfrashad</a>. For more details on how to build this, visit the <a href='https://github.com/mfrashad/gancreate-saai' target='_blank'>repo</a>. Please give a star if you find it useful :)"
|
146 |
|
147 |
+
gr.Interface(generate_image, inputs, ["image"], description=description, live=True, title="CharacterGAN").launch()
|