venkat-natchi commited on
Commit
46c977a
1 Parent(s): 4a238dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -59,9 +59,7 @@ gr_interface = gr.Interface(
59
  )
60
  ],
61
  title=title,
62
- examples=[
63
- ["A flying bird", "illustration-style", "blue_loss", ""],
64
- ]
65
  )
66
  gr_interface.launch(debug=True)
67
 
 
59
  )
60
  ],
61
  title=title,
62
+
 
 
63
  )
64
  gr_interface.launch(debug=True)
65