venkyyuvy commited on
Commit
41ee56a
1 Parent(s): d6ca999

style names fix

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,7 +26,7 @@ gr_interface = gr.Interface(
26
  gr.Textbox("cat running", label="Prompt"),
27
  gr.Dropdown(
28
  [
29
- "illustration_style",
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", "illustration_style", "blue_loss", ""],
64
- ["cat running", "on a city road", "cosine_loss", ""]
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)