RashiAgarwal commited on
Commit
8192403
1 Parent(s): d41d6ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -332,6 +332,8 @@ gr.Interface(fn=inference, inputs=["text",
332
  ('<summie-style>',3),('<illustration-style>',4),('<m-geo>',5),('<buhu>',6)] , value = 0, label = 'Please select your choice of Style')],
333
  outputs = gallery, title = title,
334
  examples = [['a girl playing in snow',0],
335
- ['an oil painting of a goddess',6],
336
- ['a rabbit on the moon', 5 ]], ).launch(debug=True)
 
 
337
 
 
332
  ('<summie-style>',3),('<illustration-style>',4),('<m-geo>',5),('<buhu>',6)] , value = 0, label = 'Please select your choice of Style')],
333
  outputs = gallery, title = title,
334
  examples = [['a girl playing in snow',0],
335
+ #['an oil painting of a goddess',6],
336
+ #['a rabbit on the moon', 5 ]
337
+ ],
338
+ ).launch(debug=True)
339