Spaces:
Runtime error
Runtime error
style names fix
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ gr_interface = gr.Interface(
|
|
26 |
gr.Textbox("cat running", label="Prompt"),
|
27 |
gr.Dropdown(
|
28 |
[
|
29 |
-
"
|
30 |
"line-art",
|
31 |
"hitokomoru-style",
|
32 |
"midjourney-style",
|
@@ -60,8 +60,8 @@ gr_interface = gr.Interface(
|
|
60 |
],
|
61 |
title=title,
|
62 |
examples=[
|
63 |
-
["A flying bird", "
|
64 |
-
["cat running", "
|
65 |
]
|
66 |
)
|
67 |
gr_interface.launch(debug=True)
|
|
|
26 |
gr.Textbox("cat running", label="Prompt"),
|
27 |
gr.Dropdown(
|
28 |
[
|
29 |
+
"illustration-style",
|
30 |
"line-art",
|
31 |
"hitokomoru-style",
|
32 |
"midjourney-style",
|
|
|
60 |
],
|
61 |
title=title,
|
62 |
examples=[
|
63 |
+
["A flying bird", "illustration-style", "blue_loss", ""],
|
64 |
+
["cat running", "line-art", "cosine_loss", "on a city road"]
|
65 |
]
|
66 |
)
|
67 |
gr_interface.launch(debug=True)
|