advcloud
commited on
Commit
·
3910317
1
Parent(s):
19cf7a4
first commit
Browse files
app.py
CHANGED
@@ -89,7 +89,6 @@ img#teaser {
|
|
89 |
with gr.Row():
|
90 |
editing_type = gr.Radio(['hairstyle', 'color', 'both'],
|
91 |
value='both',
|
92 |
-
type='value',
|
93 |
label='Editing Type')
|
94 |
with gr.Row():
|
95 |
hairstyles = load_hairstyle_list()
|
|
|
89 |
with gr.Row():
|
90 |
editing_type = gr.Radio(['hairstyle', 'color', 'both'],
|
91 |
value='both',
|
|
|
92 |
label='Editing Type')
|
93 |
with gr.Row():
|
94 |
hairstyles = load_hairstyle_list()
|