venkat-natchi venkyyuvy commited on
Commit
4a238dc
1 Parent(s): 85a3411

Update app.py (#1)

Browse files

- Update app.py (a3ca81e9ac4913f46db271758044f22b5a48e56c)


Co-authored-by: Venkatachalam Natchiappan <[email protected]>

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,7 +61,6 @@ gr_interface = gr.Interface(
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)
 
61
  title=title,
62
  examples=[
63
  ["A flying bird", "illustration-style", "blue_loss", ""],
 
64
  ]
65
  )
66
  gr_interface.launch(debug=True)