Spaces:
Runtime error
Runtime error
CorvaeOboro
commited on
Commit
β’
62802d5
1
Parent(s):
ae4445c
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with demo:
|
|
59 |
"""
|
60 |
# gen_ability_icon
|
61 |
creates circular magic ability icons from stylegan2ada model trained on synthetic dataset .
|
62 |
-
more information here : https://github.com/CorvaeOboro/gen_ability_icon.
|
63 |
""")
|
64 |
images_num = gr.inputs.Slider(default=1, label="Num Images", minimum=1, maximum=16, step=1)
|
65 |
interpolate = gr.inputs.Checkbox(default=False, label="Interpolate")
|
|
|
59 |
"""
|
60 |
# gen_ability_icon
|
61 |
creates circular magic ability icons from stylegan2ada model trained on synthetic dataset .
|
62 |
+
more information here : [https://github.com/CorvaeOboro/gen_ability_icon](https://github.com/CorvaeOboro/gen_ability_icon).
|
63 |
""")
|
64 |
images_num = gr.inputs.Slider(default=1, label="Num Images", minimum=1, maximum=16, step=1)
|
65 |
interpolate = gr.inputs.Checkbox(default=False, label="Interpolate")
|