Spaces:
Build error
Build error
秋山翔
commited on
Commit
•
644c87b
1
Parent(s):
263f380
FIX: gradio usage
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ gr.Interface(
|
|
106 |
fn=inference,
|
107 |
inputs=[
|
108 |
gr.inputs.Image(type="pil", label="Input Photo"),
|
109 |
-
|
110 |
STYLE_CHOICE_LIST,
|
111 |
type="value",
|
112 |
default=DEFAULT_STYLE,
|
|
|
106 |
fn=inference,
|
107 |
inputs=[
|
108 |
gr.inputs.Image(type="pil", label="Input Photo"),
|
109 |
+
gr.inputs.Dropdown(
|
110 |
STYLE_CHOICE_LIST,
|
111 |
type="value",
|
112 |
default=DEFAULT_STYLE,
|