Spaces:
Running
on
T4
Running
on
T4
PKUWilliamYang
commited on
Commit
•
387228c
1
Parent(s):
dd57df7
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,9 @@ def main():
|
|
99 |
style_type = gr.Radio(label='Style Type',
|
100 |
choices=['cartoon1','cartoon1-d','cartoon2-d','cartoon3-d',
|
101 |
'cartoon4','cartoon4-d','cartoon5-d','comic1-d',
|
102 |
-
'comic2-d','
|
103 |
-
'caricature1','caricature2','pixar','pixar-d'
|
|
|
104 |
]
|
105 |
)
|
106 |
exstyle = gr.Variable()
|
|
|
99 |
style_type = gr.Radio(label='Style Type',
|
100 |
choices=['cartoon1','cartoon1-d','cartoon2-d','cartoon3-d',
|
101 |
'cartoon4','cartoon4-d','cartoon5-d','comic1-d',
|
102 |
+
'comic2-d','arcane1','arcane1-d','arcane2', 'arcane2-d',
|
103 |
+
'caricature1','caricature2','pixar','pixar-d',
|
104 |
+
'illustration1-d', 'illustration2-d', 'illustration3-d', 'illustration4-d', 'illustration5-d',
|
105 |
]
|
106 |
)
|
107 |
exstyle = gr.Variable()
|